@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:#060070;}/* リンク色変更はここ */

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

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

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

#box_t{
        padding-top:10px;
	text-align:center;
        max-width: 100%; 
        height: auto; 
        border-bottom: 1px solid #060070;
}

#box_t2{
        padding-top:10px;
	text-align:left;
        max-width: 100%; 
        height: auto; 
        border-bottom: 1px solid #060070;
}

#box_t3{
	float:right;
        max-width: 100%; 
        height: auto; 
	padding: 4px 2px 0 2px;
}

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

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

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

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

#catebox li a {
	position: relative;
	display: block;
        text-decoration: none;
	padding: 10px 25px 10px 10px;
        border-top: 1px solid #ccc;
}

#catebox2 li a {
	position: relative;
	display: block;
        text-decoration: none;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
}

#catebox li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 広告部分
--------------------*/
.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 #bbdcf7;
	color:#060070;
	font-size:12px;
	padding:5px 0;
}

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

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;/* カテゴリ名が長くて2行になるときはここで高さ調整 */
	color: #060070;
	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;
}


.button {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 30px;
	background-color: #4689ff;
	background-image: -webkit-linear-gradient(top, #8eb8ff, #4689ff);
	background-image: linear-gradient(to bottom, #8eb8ff, #4689ff);
	box-shadow: inset 1px 1px 0 #BAD3FF;
	border-bottom: 2px solid #2C7CFF;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4689ff;
	font-size: 12px;
	font-weight: bold; 
	line-height: 30px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: -1;
	display: block;
	content: '';
	width: 90px;
	height: 30px;
	border: 1px solid #4689FF;
	border-bottom: 1px solid #2C7CFF;
	border-radius: 2px;
}
.button::before {
	height: 28px;
	bottom: -2px;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}


table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;

    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


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

h3 span{
	background:url(img/icon2.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:320px;
}

@media screen and (min-width: 480px) {
	.sitetxt{
	float:left;
	width:360px;
}
}
.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;
}

.line{
	border-bottom: 1px solid blue;
        width:95%;
	font-weight:bold;
}

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

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

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

/* 追加
--------------------*/
#last{
        text-align: center;
}

