@charset "UTF-8";

/* -----------------------------------------------
 *
 * setting
 *
 * ----------------------------------------------- */
body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
word-wrap : break-word;
overflow-wrap : break-word;
}
p, div {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	
}
input, select {
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
	line-height: 1.4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	line-height: 1.4;
}
td {
	vertical-align: top;
	line-height: 1.4;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*font
 ------------------------------------------------- */
html {
	font-size: 62.5%;
}
h1 {
    font-size: 24px;
    font-size: 2.4rem;
}
h2 {
    font-size: 21px;
    font-size: 2.1rem;
	margin-top: 0;
}
h3 {
    font-size: 18px;
    font-size: 1.8rem;
}

a {
    font-size: 12px;
    font-size: 1.2rem;
}
.xsmall {
	font-size: 9px;
    font-size: 0.9rem;
}
.small {
    font-size: 12px;
	font-size: 1.2rem;
}
.medium {
    font-size: 14px;
	font-size: 1.4rem;
}
.large {
    font-size: 18px;
	font-size: 1.8rem;
}
.xlarge {
    font-size: 21px;
	font-size: 2.1rem;
}
.xxlarge {
    font-size: 26px;
	font-size: 2.6rem;
}


/*他*/
h2 img{
	margin: 0 auto;
	display: block;
}

.mincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.em {
	color: #FFFF00;
}

/*a
 ------------------------------------------------- */
a {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a img {
	border: none;
}
.hover:hover img, .hover:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* スマホの機能 */
a {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
}

/*form
 ------------------------------------------------- */
form p {
	font-size: 100%;
}
select, option {
	font-size: 1em;
	border: 0;
	background: #FFF;
}
input {
	font-size: 1em;
	min-height: 1.6em;
}
textarea {
	font-size: 100%;
	height: 5em;
}
label {
	cursor: pointer;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
	-webkit-appearance: none;
	width: 95%;
	padding: 0 0.2em;
	border-radius: 0.2em;
	border: 2px solid #D3D3D3;
	box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border: solid 2px #EEA34A;
}

/* ライン
 ------------------------------------------------- */
.gold-line:after {
	content: "";
	height: 0.2em;
	width: 100%;
	background: #ECD027;
	background: #ecd027; /* Old browsers */
	background: -moz-linear-gradient(left,  #ecd027 0%, #ecd027 25%, #ffffff 50%, #ecd027 75%, #ecd027 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  #ecd027 0%,#ecd027 25%,#ffffff 50%,#ecd027 75%,#ecd027 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to right,  #ecd027 0%,#ecd027 25%,#ffffff 50%,#ecd027 75%,#ecd027 100%); /* W3C */
	display: block;
}

/* タイトル
 ------------------------------------------------- */
.title {
	background: url(../images/base/title-bg@2x.png);
	background-size: 10px auto;
	padding: 0.8em;
	margin-bottom: 0.4em;
}
.title .japanese {
	display: block;
	font-size: 0.8em;
}

/* ボックス
 ------------------------------------------------- */
.box{
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding:10px;
    margin:0 auto 1em auto;
}
.box{
	background: #666;
}
.box figure{
    margin:0;
}
.box dt{
    font-weight: bold;
}
.box dd{
    margin:0;
}

/*イメージ左*/
.box--imgl{
    overflow: hidden;
}
.box--imgl figure{
    float: left;
    padding-right:10px;
}
.box--imgl dl{
    overflow:hidden;
    margin:0;
}

/*イメージ右*/
.box--imgR{
    overflow: hidden;
}
.box--imgR figure{
    float: right;
    padding-left:10px;
}
.box--imgR dl{
    overflow:hidden;
    margin:0;
}

