/*PC*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

.feature_title {
	margin-top: 30px;
}


.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.contents_textarea {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-bottom:20px;
}

.old_contents,
.old_contents header{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: "Mplus 1p";
	line-height:160%;
	color:#333;
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


.box {
	width:96%;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.box:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.box h2 {
	font-size:2em;
	padding:10px;
	margin-bottom:15px;
	line-height:120%;
	border-bottom:5px solid #8E161B;
}


.box h3 {
	font-size:1.4em;
	padding:10px;
}

.box .box_txt {
	clear: both;
	margin-top: 20px;
	padding:10px;
	line-height:180%;
	margin-bottom:70px;
	background-color: #eee;
	border-radius: 10px;
}

.contbox {
	width: 50%;
	float: left;
}

.contbox blockquote {
	width: 94%;
	margin-left:auto;
	margin-right: auto;
}


.contbox blockquote img {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.contbox p {
	padding-top: 15px;
	width: 94%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 15px;
}


/*共通*/

.btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	background-color: #eee;
}

.btn li {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.btn a {
	padding: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 10px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #efe457), color-stop(1.00, #feae31));
	background: -webkit-linear-gradient(#efe457, #feae31);
	background: -moz-linear-gradient(#efe457, #feae31);
	background: -o-linear-gradient(#efe457, #feae31);
	background: -ms-linear-gradient(#efe457, #feae31);
	background: linear-gradient(#efe457, #feae31);
}