@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

@media screen and (max-width: 980px){
#contents-inner{
	padding:0 10px;
}
}
/* h2 */
h2{
	padding-bottom:15px;
	background:url(../common/images/line.png) no-repeat center bottom;
	background-size:100% 8px;
	-webkit-background-size:100% 8px;
	-moz-background-size:100% 8px;
	-ms-background-size:100% 8px;
	-o-background-size:100% 8px;
	margin-bottom:20px;
}
@media screen and (max-width: 980px){
h2{
	margin:0 10px 20px;
}
}
@media screen and (max-width: 750px){
h2{
	height:28px;
	text-indent:-9999px;
	padding-bottom:0;
	background:url(images/title_sp.png) no-repeat center center #0D2E54;
	background-size:320px 28px;
	-webkit-background-size:320px 28px;
	-moz-background-size:320px 28px;
	-ms-background-size:320px 28px;
	-o-background-size:320px 28px;
	margin:0 0 20px;
	border-bottom:none;
}
}
/* p */
#contents p{
	clear:both;
	font-size:16px;
	margin:0 0 5px;
}
#contents p em{
	color:#F00;
}
#contents p span{
	font-size:12px;
}
/* div */
#contents div{
	clear:both;
	font-size:16px;
	max-width:700px;
	margin:0 0 10px;
}
#contents div input{
	height:28px;
	line-height:28px;
	margin-bottom:15px;
	vertical-align:middle;
}
#contents div input.long{
	width:99%;
}
#contents div input.middle{
	width:160px;
}
#contents div input.short{
	width:80px;
}
#contents div textarea{
	width:99%;
	height:200px;
}
/* ul */
#contents ul{
	clear:both;
	padding:20px 0;
	text-align:center;
	overflow:hidden;
}
#contents ul li{
	display:inline-block;
	margin:0 10px;
}
@media screen and (max-width: 750px){
/* p */
#contents p{
	font-size:14px;
}
#contents p span{
	font-size:10px;
}
/* div */
#contents div{
	font-size:16px;
}
#contents div input{
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	vertical-align:middle;
}
#contents div input.long{
	width:99%;
}
#contents div input.middle{
	width:99%;
}
#contents div input.short{
	width:50px;
}
#contents div textarea{
	width:99%;
	height:200px;
}
/* ul */
#contents ul{
	clear:both;
	padding:0;
	text-align:center;
	overflow:hidden;
}
#contents ul li{
	display:inline-block;
	margin:0;
}
#contents ul li img{
	width:69px;
	height:29px;
}
}

#contents-inner input::-webkit-input-placeholder {
    color: #888;
    font-weight: normal;
}
#contents-inner input:-ms-input-placeholder {
    color: #888;
    font-weight: normal;
}
#contents-inner input::-moz-placeholder {
    color: #888;
    font-weight: normal;
}

