@charset "utf-8";

#header {
    -webkit-box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
       -moz-box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
            box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
    color: #333;
    background: #FFF;
}

.menuSp.menuSp--shadow {
    -webkit-box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;
     -moz-box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;
          box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;

}

#header li a,
#header li.coming {
    color: #333;
}


#header li.on a::after {
	background-color: #333;
}

#container {
	margin: 120px auto 0;
}

#main{
	background-size:contain;
	padding-bottom: 99px;
	position:relative;
}

#contents{
	width: 49%;
	margin: 110px auto 0;
	color: #7F6C72;
}

#contents img{
	width: 100%;
}

#contents .inner{
	margin: 0 auto;
}


/* display none
-------------------*/
#btn_menu, #footer_sp_wrap{display: none;}

.twitter-share-button {
	vertical-align: bottom;
}

/*
 * reqSection
 */
.reqSection {
	font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.8;
    text-align: left;
    word-wrap: break-word;
}

.reqSection__h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.reqSection__h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 28px;
}

.reqDefList {
	margin-bottom: 25px;
}

.reqDefList__title {
	margin-bottom: 0.3em;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	background: url(../../images/required/icon_h3_heading.png) 0 48% no-repeat;
}

.reqDefList__body {
	padding: 0 0 0 20px;
	line-height: 1.8;
	font-size: 16px;
}

.reqSection__annotation {
	font-size: 13px;
}

.reqSection__linkBlank {
	color: #333;
	text-decoration: none;
}

.reqSection__linkBlank:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 7px;
	background: #fff url(../images/blank.gif) 0 0 no-repeat;
}

.reqSection__body{
	font-size:14px;
}

.mb_60{
	margin-bottom:60px;
}