@charset "utf-8";
/* common
--------------------------------------------------------- */
body {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background-color: #d0d0d0;/* background-image: url("images/back.jpg"); *//* background-attachment: fixed; */
	/* background-position: top center; */
	/* background-repeat: no-repeat; */
}
input {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}
a {
	color: #c22c52;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.Wrapper {
	width: 960px;
	background-color: #FFF;
	border: 1px solid #A7A7A7;
	margin: 0 auto;
	padding: 15px 29px;
}
h1 {
	text-align: center;
	font-size: 15px;
	margin: 0 0 10px;
}
h2 {
	background-color: #d0d0d0;
	border-left: 10px solid #c22c52;
	font-size: 16px;
	line-height: 2.5;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #c22c52;
	font-weight: bold;
	text-align: center;
}
.readmore {
	text-align: right;
	margin: 5px 0 0;
}
/*------------------------------------------------
Gnavi
---------------------------------------------------*/
.Gnavi {
	margin: 0 0 10px;
}
.Gnavi ul {
	display: table;
	table-layout: fixed;
}
.Gnavi li {
	display: table-cell;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 10px 10px;
	text-align: center;
	background-color: #c22c52;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.Gnavi li:last-child {
	border-right: none;
}
.Gnavi li a {
	display: block;
	color: #fff;
}
.Gnavi li:hover {
	opacity: 0.7;
}
/*------------------------------------------------
Main_Img
---------------------------------------------------*/
.Main_Img {
	margin: 0 0 20px;
}
.Main_Img img {
	width: 100%;
	height: auto;
}
/*------------------------------------------------
Frame_2column
---------------------------------------------------*/
.Frame_2column {
	margin: 0 0 30px;
}
/*------------------------------------------------
Side
---------------------------------------------------*/
.Side {
	width: 250px;
	float: left;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px dotted #A7A7A7;
}
.Side nav {
	margin: 0 0 30px;
}
.Side nav li {
	border: 1px solid #A7A7A7;
	padding: 5px 5px;
	margin: 0 0 10px;
}
.Side nav li a {
	display: block;
}
.Side nav li:hover {
	background-color: #d0d0d0;
}
/*------------------------------------------------
Newpost_side
---------------------------------------------------*/
.Newpost_side dd {
	border-bottom: 1px dotted #A7A7A7;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
/*------------------------------------------------
Main
---------------------------------------------------*/
.Main {
	/* width: 679px; */
	/* float: right; */
}
/*------------------------------------------------
Top_Contents
---------------------------------------------------*/
.Top_Contents {
	margin: 0 0 30px;
}
.Top_Contents h3 {
	/* border: 1px solid #c22c52; */
	font-weight: bold;
	line-height: 2;
	padding: 0 0 0 5px;
	margin: 10px 0;
	clear: both;
	background: rgba(194, 44, 82, 0.13);
}
.Top_Contents img {
	width: 300px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}
/*------------------------------------------------
Box_Area1
---------------------------------------------------*/
.Box_Area1 {
	margin: 0;
}
.Box_Area1 article {
	width: 302px;
	float: left;
	margin: 0 15px 20px 0;
	padding: 15px;
	background-color: #d0d0d0;
}
.Box_Area1 article:nth-child(2n) {
	margin-right: 0;
}
.Box_Area1 article h2 {
	background-color: #c22c52;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 14px;
}
.Box_Area1 article a {
	display: block;
}
.Box_Area1 article:hover {
	opacity: 0.7;
}
/*------------------------------------------------
Box_Area2
---------------------------------------------------*/
.Box_Area2 article {
	width: 326px;
	float: left;
	border: 3px solid #c22c52;
	background-color: #d0d0d0;
	padding: 0 0 15px;
	margin: 0 15px 20px 0;
}
.Box_Area2 article:last-child {
	margin-right: 0;
}
.Box_Area2 article h2 {
	background-color: #c22c52;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 10px;
	font-size: 14px;
	color: #fff;
}
.Box_Area2 article img {
	width: 296px;
	height: auto;
	padding: 0 15px;
	margin: 0 0 10px;
}
.Box_Area2 article p {
	padding: 0 15px;
}
/*------------------------------------------------
Box_Area3
---------------------------------------------------*/
.Box_Area3 {
	margin: 0 0 30px;
}
.Box_Area3 li {
	width: 232px;
	float: left;
	margin: 0 10px 20px 0;
}
.Box_Area3 li:nth-child(4n) {
	margin-right: 0;
}
.Box_Area3 img {
	width: 100%;
	height: auto;
	border-radius: 60px;
}
.Box_Area3 a {
	display: block;
}
/*------------------------------------------------
Box_Area4
---------------------------------------------------*/
.Box_Area4 {
	margin: 0 0 30px;
}
.Box_Area4 article {
	width: 228px;
	float: left;
	margin: 0 15px 20px 0;
}
.Box_Area4 article:nth-child(4n+1) {
	margin-right: 0;
}
.Box_Area4 article h3 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.Box_Area4 article img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
.Box_Area4 article p {
	font-size: 12px;
}
/*------------------------------------------------
Box_Area5
---------------------------------------------------*/
.Box_Area5 {
	margin: 0 0 30px;
}
.Box_Area5 article {
	width: 310px;
	float: left;
	margin: 0 15px 20px 0;
}
.Box_Area5 article:nth-child(3n+1) {
	margin-right: 0;
}
.Box_Area5 article h3 {
	margin: 0 0 10px;
	border-bottom: 1px dotted #A7A7A7;
	font-size: 14px;
	font-weight: bold;
}
.Box_Area5 article img {
	width: 120px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}
.Box_Area5 article p {
	font-size: 12px;
}
/*------------------------------------------------
Box_Area6
---------------------------------------------------*/
.Box_Area6 {
	margin: 0 0 30px;
}
.Box_Area6 article {
	width: 228px;
	float: left;
	margin: 0 15px 20px 0;
}
.Box_Area6 article:nth-child(4n+1) {
	margin-right: 0;
}
.Box_Area6 article a {
	display: block;
}
.Box_Area6 article h3 {
	background-color: #c22c52;
	color: #fff;
	padding: 5px 3%;
	font-weight: bold;
	font-size: 14px;
}
.Box_Area6 article img {
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
.Box_Area6 article p {
	font-size: 12px;
	color: #333;
}
/*------------------------------------------------
Box_Area7
---------------------------------------------------*/
.Box_Area7 {
	margin: 0 0 30px;
}
.Box_Area7 article {
	margin: 0 0 20px;
}
.Box_Area7 article h3 a {
	font-weight: bold;
}
.Box_Area7 article h3 {
	font-size: 17px;
	border-bottom: 1px dotted #A7A7A7;
	margin: 0 0 10px;
}
.Box_Area7 article img {
	width: 25%;
	height: auto;
	float: left;
	margin: 0 2% 5px 0;
}
/*------------------------------------------------
Newpost
---------------------------------------------------*/
.Newpost {
	margin: 0 0 30px;
}
.Newpost dt {
	width: auto;
	float: left;
	margin: 0 15px 10px 0;
}
.Newpost dd {
	margin: 0 0 10px;
}
/*------------------------------------------------
Post_List
---------------------------------------------------*/
.Post_List {
	margin: 0 0 30px;
}
.Post_List li {
	margin: 0 0 10px 25px;
	list-style-type: square;
}
/*------------------------------------------------
PrLink
---------------------------------------------------*/
.PrLink {
	margin: 0 0 30px;
}
.PrLink li {
	margin: 0 0 10px;
}
/*------------------------------------------------
PageTop
---------------------------------------------------*/
.PageTop {
	width: 0;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	border-bottom: 50px solid #c22c52;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	position: relative;
}
.PageTop a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 17px;
	right: -19px;
}
/*------------------------------------------------
footer
---------------------------------------------------*/
footer {
	border-top: 1px dotted #A7A7A7;
	padding: 15px 0 0;
}
footer nav {
	margin: 0 0 25px 20px;
}
footer nav ul {
	list-style-type: square;
}
footer nav li {
	width: 300px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 10px;
}
footer nav li:nth-child(3n) {
	padding-right:0;
}
footer p {
	text-align: center;
	font-size: 12px;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width: 480px) {
.Wrapper {
	width: 92%;
	border: none;
	padding: 0 2%;
}
h1 {
	padding: 10px 0;
	margin: 0;
}
.Gnavi {
	display: none;
}
.Side {
	width: 100%;
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
.Main {
	width: 100%;
	float: none;
}
.Top_Contents img {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
.Box_Area1 article {
	width: 94%;
	float: none;
	padding: 3%;
	margin: 0 0 10px;
}
.Box_Area2 article {
	width: 98.5%;
	float: none;
	margin: 0 0 10px;
}
.Box_Area2 article img, .Box_Area2 article p {
	width:94%;
	padding: 0 3%;
}
.Box_Area3 li, .Box_Area4 article, .Box_Area5 article {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
.Box_Area3 h3 {
	text-align: center;
}
.Box_Area5 article img {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
.Newpost dt {
	float: none;
	margin: 0;
}
footer nav li {
	width: 100%;
	float: none;
	padding: 0;
}
}
