@charset "utf-8";
body {
	color: #333;
}
*{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
   vertical-align:bottom
}
a img {
    border-style:none;
}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #1c1c1c;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearboth {
	clear: both;
}



/*-----------------------------------------------
font・レイアウト
-----------------------------------------------*/
.small {
	font-size: 84%;
	line-height: 130%;
}
.x-small {
	font-size: 10px;
	line-height: 130%;
}
.big {
	font-size: 134%;
	font-weight: bold;
}


.red {
	color: #d70000;
}
.blue {
	color: #00F;
}

.bold {
	font-weight: bold;
}
.line {
	text-decoration: underline;
}
.maker {
	background-color: #FF3;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center{
	text-align: center;
}
.text_r {
	text-align: right;
}




/*-----------------------------------------------
link
-----------------------------------------------*/
a:link {
	color: #1d78d6;
	text-decoration: none;
}
a:visited {
	color: #1d78d6;
}
a:hover {
	color: #1d78d6;
	text-decoration: underline;
}
a:active {
	color: #1d78d6;
	text-decoration: underline;
}


/*-----------------------------------------------
コンテンツレイアウト
-----------------------------------------------*/

html,body,#container { height:100%; }

#header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003a91;
}



.box_01.sankaku_ao {
	background-image: url(../images/sankaku_ao.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#contents .bg_white {
	background-color: #FFFFFF;
}



#container #contents .box_01 .mlmg .right .mlmg_box {
	background-color: #fff4ca;
	margin: 0px;
	padding: 0px;
}
.mail.required {
	height: 38px;
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#container #contents .box_01 .mlmg .right .mlmg_box .memg_form {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.box_gray {
	background-color: #eeeeee;
}
.sankaku_siro {
	background-image: url(../images/sankaku_ao-02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}





.book {
	line-height: 150%;
}

.book_img {
	float: left;
	width: 167px;
	margin-right: 15px;
}
.book_text dl dt {
	font-weight: bold;
}
.book_text dl dd {
	font-size: 84%;
}

.box_02 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



.box_gray2 {
	background-image: url(../images/gray_bg.gif);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}

.box_gray3 {
	background-image: url(../images/gray_bg.gif);
}

.box_ao {
	background-color: #003a91;
	text-align: center;
}
.tokuchou {
	text-align: center;
}





.midokoro {
	line-height: 180%;
	text-align: left;
}
.midokoro dt {
	margin-bottom: 15px;
}

.media {
	text-align: left;
}
.media dt {
	font-size: 134%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2c2c2c;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #003a91;
}
.text_box {
	line-height: 180%;
}
.text_box p {
	margin-bottom: 20px;
}


.yakusoku dl dd:last-child {
	border:0;
}

/*-----------------------------------------------
layout フッダー
-----------------------------------------------*/
#footer {
	box-sizing: border-box;
	line-height: 110%;
	background-color: #FFF;
	padding-bottom: 20px;
	width: 100%;
	font-size: 14px;

}
#footer hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cdcdcd;
}



#f_menu li {
	float: left;
	margin-right: 17px;
}
#copyright {
	width: 100%;
	padding-bottom: 15px;
	color: #999;
	letter-spacing: 1px;
}
.kotei {
 position: fixed;
 bottom: -8px;
 right: 0px;
}

.privacy .title {
	width: 100%;
	box-sizing: border-box;
}

.privacy .title {
	padding:5px;margin:15px auto 3px auto; background-color:#006; color:#FFF;
}

.privacy .frame
{
	border:2px solid #DDD;
	margin-bottom:20px
}
.privacy iframe{
	width: 100%; background-color:#FFF; margin-top:3px;
}

.submit[disabled] {
    opacity: 0.1;
}



.box_Technique {
    padding-bottom: 40px;
    padding-top: 25px;
    text-align: center;
}
.box_Technique dt, .box_Technique dd {
    padding-bottom: 20px;
}
.box_Technique dl dd {
    padding: 0 5px;
}

.box_02 .plofile .plofile_text {
	clear: both;
	text-align: left!important;
	margin-top: 15px;
	border-top: 1px dotted #000000;
	padding-top: 15px;
}

.mgt_30 {
	margin-top:30px!important;
	margin-bottom:30px!important
}
.mlmg_box .memg_form .left {
	text-align:left!important

}


.box_02 .plofile .plofile_text p {
	margin-bottom: 1em;

}

.album{
	background-color:white
}

	
.album li{
	line-height:1em;
	margin:0;
	padding:0;
	height:220!important
}


	.mail.required {
	box-sizing: border-box;
	font-size: 20px;
	height: 38px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: left;
}


.mlmg table tr {
	border-top: 1px dotted #555555!important;
	border-bottom: 1px dotted #555555!important;

}



input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.6);
   transform: scale(1.6);
}



.inlineframe	{
background-color:#FFFFFF;
width: 100%;
height:100px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-bottom:5px;
}


.mlmg_box {
	padding-top:10px;
	padding-bottom:10px;
	background:#fff4ca;
	padding-right:20px;
	padding-left:20px;
	
}




