@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color: #555;
	background: #fcf3f4;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #06f;
	text-decoration: none;
}
a:hover {
	color: #df8893;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 948px;
	margin: 20px auto 0px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #df8893 url(../images/bg1.png);	/*背景色と背景のドット画像（古いブラウザ用）*/
	background: url(../images/header_bg1.png) no-repeat right center, url(../images/bg1.png), #df8893;	/*背景画像の読み込み＆背景画像の読み込み＆背景色指定*/
	border-radius: 8px;	/*角丸のサイズ*/
	height: 130px;		/*ヘッダーの高さ*/
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色の設定。左4つの数字がRGBでの色指定で最後の小数点が透明度。*/
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);			/*同上*/
	margin-bottom: 20px;
	position: relative;
}
header #logo h1 {
	position: absolute;
	left: 43px;
	top: 25px;
	font-size: 14px;
	color: #fff;
}
/*ロゴ画像*/
header #logo img {
	position: absolute;
	left: 40px;
	top: 42px;
}


/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 728px;
	padding-bottom: 30px;
}
/*１カラム利用時でのmainコンテンツ*/
.c1 #main {
	float: none;
	width: 100%;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;
	background: #df8893 url(../images/bg1.png);	/*背景色と背景のドット画像（古いブラウザ用）*/
	background: url(../images/mark1.png) no-repeat 10px center, url(../images/bg1.png), #df8893;	/*背景画像の読み込み＆背景画像の読み込み＆背景色指定*/
	padding: 5px 40px;
	border-radius: 8px;
	letter-spacing: 0.1em;
}
#main h2 a {
	color: #FFF8DC;
}
#main h2 a:hover {
	color: #0a0;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ebebeb));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #ebebeb);	/*同上*/
	background: linear-gradient(#FFF, #ebebeb);			/*同上*/
	padding: 4px 15px;
	border: 1px solid #bcbcbc;
	border-radius: 8px;
	letter-spacing: 0.1em;
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear: both;
	margin-bottom: 5px;
	font-size: 100%;
	padding: 2px 10px;
	border-left: 8px solid #7badc9;
	border-bottom: 1px solid #7badc9;
	letter-spacing: 0.1em;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*リスト設定
---------------------------------------------------------------------------*/
#info {
	margin: 5px 5px 1em 10px;
	overflow: hidden;
}
#info li {
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	margin-right: 30px;
	padding-right: 7px;
}

/*年ナビ
---------------------------------------------------------------------------*/
nav#year ul {
	width: 100%;
	line-height: 1.6em;
	overflow:hidden;
	padding: 10px 0px;
	margin-bottom: 1.5em;
	background-color: #fff;
}
nav#year ul li {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}
nav#year ul li a {
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat left 3px;
	padding-left: 13px;
}

/*一覧リストナビ
---------------------------------------------------------------------------*/
nav#list-no ul {
	float: right;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
nav#list-no ul li {
	float: left;
	padding-right: 10px;
}
nav#list-no ul li a {
	text-decoration: none;
}
nav#list-no ul li a:hover {
	color: #f00;
}

/*ページランキングリスト
---------------------------------------------------------------------------*/
nav.rank_list ul {
    background-color: #fff;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
ul {
    list-style-type: none;
}

nav.rank_list ul li {
    float: left;
    padding:0px;
    width: 180px;
}
nav.rank_list ul li div.page1{
	width: 80px;
	display: inline-block;
	_display: inline;
	text-align:right;
}
nav.rank_list ul li div.page2{
	width: 80px;
	display: inline-block;
	_display: inline;
	text-align:left;
}

/*Q&A設定
---------------------------------------------------------------------------*/
.qa_title {
	font-weight: bold;
	font-size: 16px;
	color: #228b22;
}
.qa_q {
	color: #ff4500;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}
/*１カラム利用時でのsubコンテンツ*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #df8893;
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	color: #555;
}
#sub ul.submenu li a:hover {
	color: #df8893;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #e4e4e4;
	border: solid 1px #d1d1d1;
	border-radius: 8px;
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub .box2 {
	background: #fff;
	border: solid 1px #e4e4e4;
	padding-top: 10px;
}

/*サイト内検索
---------------------------------------------------------------------------*/
#search {
	margin: 0 auto;
	width: 300px;
}
#fbox {
	width: 300px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 982px;
	margin: 0px auto;
	clear: both;
	text-align: center;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}


/*テーブル１　ランキングページ
---------------------------------------------------------------------------*/
.ta1 {
	width: 23%;
	margin-bottom: 15px;
	margin-right: 13px;
	border-top: 1px solid #CCC;
	float: left;
	font-size: 12px;
	background-color: #fff;
	line-height: 1.5;
}
.ta1 tr {
	border-bottom: 1px solid #CCC;
}
.ta1 td {
	padding: 2px 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.ta1 td:nth-child(1) {
	width: 15%;
	text-align: center;
}
.ta1 td:nth-child(3) {
	text-align: right;
}
.ta1 td:nth-child(4) {
	width: 25%;
	text-align: center;
}
.ta1 th {
	padding: 2px 5px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


/*テーブル２　TOPページ
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	background-color: #fff;
}
.ta2 tr {
	border-bottom: 1px solid #CCC;
}
.ta2 th {
	width: 25%;
	padding: 5px 3px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	line-height: 1.4;
	background-color: #ffe1a5;
	color: #228B22;
}
.ta2 td {
	padding: 6px 3px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	line-height: 1.4;
	text-align: center;
}
.ta2 td:nth-child(1) {
	text-align: left;
	padding-left: 10px;
}


/*テーブル３　リンク集、プロフィール
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	background-color: #FDF5E6;
}
.ta3 tr {
	border-bottom: 1px solid #ccc;
}
.ta3 td {
	padding: 5px 7px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 1.4;
	word-break: break-all;
}
.ta3  td:nth-child(1) {
	width: 27%;
}
.ta3 td a:hover {
	color: #f60;
}
.ta3 th {
	border-left: 1px solid #ccc;
	color: #6a5acd;
}

/*フォーム用テーブル設定
---------------------------------------------------------------------------*/
table#inq{
	width: 95%;
	margin-left: 15px;
}
#inq th{
	padding: 3px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#inq td{
	padding: 3px;
}
#inq_submit {
	background-color: #9acd32;
	color: #fff;
}
#inq_submit:hover {
	background-color: #f6b26b;
}

/*総合リンク集　設定
---------------------------------------------------------------------------*/
#link li {
	font-size: 18px;
	padding: 0px 20px 10px 0px;
	font-weight: bold;
	list-style: square url(../images/attachment.png);
	list-style-position: inside;
	line-height: 1.4em;
}
#link .lo {
	list-style: circle url(none);
	list-style-position: inside;
	padding-left: 25px;
	padding-right: 45px;
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: normal;
}
.section01 h1{
	font-size: 18px;
	color: #333399;
}
.section01{
	width: 90%;
	margin: 50px 5px 20px 10px;
	line-height: 160%;
	background: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding: 20px;
}
.section01 p{
	margin-bottom: 15px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background: #333;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;
	color: #FFF;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
#pan {
	margin-bottom: 1em;
}

/*広告設定
---------------------------------------------------------------------------*/
.ad1 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ad1_pctb {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ad1_sp {
	display: none;
}
.ad2 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 30px;
}
.ad3 {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
	padding: 10px;
}
.vm {
	vertical-align: middle;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #df8893;
}
.red {
	color: #ff0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.txt15 {
	font-size: 15px;
}
.txt17 {
	font-size: 17px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 15px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: url(../images/header_bg1.png) no-repeat right center/60%, url(../images/bg1.png), #df8893;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*ページランキングリスト
---------------------------------------------------------------------------*/
nav.rank_list {
	display: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 15px;
}

/*テーブル１　データ一覧ページ
---------------------------------------------------------------------------*/
.ta1 {
	width: 47%;
	font-size: 14px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #df8893 url(../images/bg1.png);
	height: 80px;
}
header #logo h1 {
	position: absolute;
	left: 22px;
	top: 7px;
	font-size: 11px;
}
/*ロゴ画像*/
header #logo img {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 60%;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;	
}

/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*各ボックスの設定*/
#main section.list {
	float: none;
	width: 100%;
	height: auto;
	margin:0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 15px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	font-size: 13px;
}
/*テーブル３　リンク集、プロフィール
---------------------------------------------------------------------------*/
.ta3 th {
	width: 25%;
}

/*フォーム用テーブル設定
---------------------------------------------------------------------------*/
#inq th {
	width: 30%;
}

/*ページランキングリスト
---------------------------------------------------------------------------*/
nav.rank_list {
	display: none;
}

/*広告設定
---------------------------------------------------------------------------*/
.ad1_pctb {
	display: none;
}
.ad1_sp {
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ad2 {
	text-align: left;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}


}
