﻿@charset "utf-8";
/* CSS Document */

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{font-size:13px;-webkit-text-size-adjust:none;}

img{border:none;}
li{list-style:none;}

a{color:#ef4a91;}/* リンク色変更はここ */

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

h1{
	background:url(img/line_t.gif) repeat-x bottom center #ee84b2;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}

#box_t{
	background:url(img/bg_t.gif) repeat-x;
	height:71px;
	text-align:center;
}

h2#top{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	color: #ee418c;
	text-shadow: 0 1px 0 white;
}

/* 導入テキスト部分
--------------------*/

#intro{
	margin:15px 10px 0;
}

/* カテゴリ部分
--------------------*/
#catebox{
	width:315px;
	margin:0 auto;
}

#catebox ul{
	background:#ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0 0 10px;
	margin:15px 10px;
}

#catebox li{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#catebox a{
	text-decoration:none;
}

/* 広告部分
--------------------*/
.ad{
	text-align:center;
	margin:0 10px 15px;
}

/* 最後の文章部分
--------------------*/
#outro{
	margin:0 10px 15px;
}


/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	background:url(img/line_b.gif) repeat-x top center #ee84b2;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

#footer a{color:#fff; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;/* カテゴリ名が長くて2行になるときはここで高さ調整 */
	color: #ee418c;
	text-shadow: 0 1px 0 white;
	margin:0 10px;
	text-align:left;
}

#box_t p img{
	margin:5px 7px 0 10px;
	border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
	float:left;
}

/* サイト紹介部分
--------------------*/
h3{
	color:#ef4a91;
	font-size:10px;
	background:url(img/sitebg.gif) repeat-x;
	line-height:29px;
	height:29px;
	padding-left:10px;
	margin-top:15px;
}

h3 span{
	background:url(img/icon1.gif) no-repeat left center;
	padding-left:18px;
}

.sitebox div{
	margin:10px;
}

.siteimg{
	float:left;
	margin-right:10px;
}

.siteimg img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sitetxt{
	float:left;
	width:310px;
}

@media screen and (min-width: 480px) {
	.sitetxt{
	float:left;
	width:550px;
	}
}

.sitebtn{text-align:center;}

.sitebtn a,
#homebtn a{
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #8b8b8b;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top,#f4f3f3,
									#ecebeb 50%,
									#e3e3e3 51%,
									#d9d9d9);
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f3f3),
									color-stop(0.5, #ecebeb),
									color-stop(0.51, #e3e3e3),
									to(#d9d9d9));
}

.sitebtn a img{
	margin-left:5px;
}

/* 広告部分
--------------------*/
.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #ef4a91;
}

/* ホームへ戻るボタン
--------------------*/
#homebtn{
	text-align:center;
	margin:25px 0;
}

#homebtn a img{
	margin-right:5px;
}

/* カテゴリ部分
--------------------*/
#categories{
	margin:2% 0 1%;
	border-bottom:solid 1px #FB9287;
}

.category{
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	overflow:hidden;
	border-top:solid 1px #FB9287;
	border-bottom:solid 1px #FFF;
	}

.title_icon{
	background:url(img/sample_title_bg.jpg) repeat left top;
	margin:3% 10px;
	padding:3% 4%;
	border:solid 1px #FFF;
	border-radius:5px;
	color:#FB9287;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-shadow: 0px 1px 1px #781417;
	float:left;}

.title_icon2{
	margin:3% 0;
	text-align:center;
	float:left;}

h2 a{
	background:url(img/link_arrow.png) no-repeat 100% 50%;
	padding:6% 7% 6% 0;
	display:block;
	color:#399E79;
}

h2 a span{
	display:block;
	font-size:18px;
}


/* フッター部分
--------------------*/
.foot_link{
	overflow:hidden;
}

.top{
	background:url(img/link_bg.gif) repeat left top;
	margin:2% 2% 0 77%;
	padding:2% 3%;
	display:block;
	border:solid 1px #FB9287;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
	color:#FB9287;
	text-shadow: 0px 1px 1px #781417;
	-moz-box-shadow:0px 0px 1px 1px #781417;
	-webkit-box-shadow:0px 0px 1px 1px #781417;
	box-shadow:0px 0px 1px 1px #781417;
}

.back{
	background:url(img/link_bg.gif) repeat left top;
	margin:2% 2% 0 54%;
	padding:2% 3%;
	display:block;
	border:solid 1px #FB9287;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
	color:#FB9287;
	text-shadow: 0px 1px 1px #781417;
	-moz-box-shadow:0px 0px 1px 1px #781417;
	-webkit-box-shadow:0px 0px 1px 1px #781417;
	box-shadow:0px 0px 1px 1px #781417;
	float:left;
}

address{
	background:#781417;
	padding:3% 0;
	text-align:center;
	color:#FB9287;
}

address a{
	color:#FB9287;
}


/*----------------------------------------
	カテゴリページ一覧ここから
----------------------------------------*/

/* カテゴリタイトル部分
--------------------*/
#categories_title{
	margin:1% 0;
	border-top:solid 2px #E31414;
	border-bottom:solid 1px #FFF;
}

#categories_title .category{
	border-top-color:#FFF;
	color:#333631;
}

#categories_title h2{
	margin-left:2%;
	padding:3% 7% 1% 0;
	font-size:18px;}


/* 記事部分
--------------------*/
#sections{
	margin:2% 0 1%;
	border-bottom:solid 1px #FB9287;
}

.boxes{
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	overflow:hidden;
	border-top:solid 1px #FB9287;
	border-bottom:solid 1px #FFF;
	}

.boxes img{
	max-width:82px;
	max-height:82px;
	margin:3% 2% 2%;
	float:left;}

.boxes h3 a{
	background:url(img/link2_bg.gif) repeat-y 100% 50%;
	min-height:82px;
	margin-left:2%;
	padding:3.5% 17% 2% 0;
	display:block;
	color:#3EDD95;
}

.boxes h3 a strong{
	padding-left:3px;
	border-left:solid 3px #399E79;
	font-size:16px;}

.boxes h3 a span{
	margin-top:1%;
	display:block;
	font-size:13px;
	font-weight:normal;
	color:#333631;}


/* フッタ-カテゴリリンク群
--------------------*/
#links{
	margin:2% 0 3%;
	padding:5% 3%;
	border:dotted #FB9287;
	border-width:1px 0;
	text-align:center;
}



/*----------------------------------------
	記事ページここから
----------------------------------------*/

/* パンくず
--------------------*/
#pan{
	margin:1% 0;
	padding:2% 4%;
	border:solid #E31414;
	border-width:2px 0 1px;
}

/* 記事部分
--------------------*/
#kiji h2{
	background:url(img/title_bg.gif) repeat;
	margin:4% 3% 3%;
	padding:2%;
	border-left:solid 4px #399E79;
}

#img_bg{
	background:url(img/img_bg.gif) repeat;
	margin:0 3% 2%;
	padding:5%;
	overflow:hidden;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}

#img_bg img{
	max-width:100%;
	max-height:155px;
}

#kiji p{
	margin:2% 1% 4%;
	padding:2%;
}

.btn1{
	background:url(img/btn_bg.jpg) repeat left top;
	width:70%;
	margin:0 auto 7%;
	padding:5%;
	display:block;
	text-align:center;
	text-shadow: 0px 1px 1px #9EF5CB;
	font-size:20px;
	color:#399E79;
	border:solid 1px #9EF5CB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 1px 1px #399E79;
	-webkit-box-shadow:0px 0px 1px 1px #399E79;
	box-shadow:0px 0px 1px 1px #399E79;
}



/* 更新履歴部分
--------------------*/
#new{
	margin:1em 0;}

#new ul li{
	width:298px;
	display:table;
	overflow:hidden;
	font-size:11px;
	line-height:2.5;
}

#new ul li a:before{
    content:" ★ ";
	padding-right:.25em;
	display:table-cell;
	color:#C6E5D9;
	font-size:10px;
}