@charset "UTF-8";

/*
Theme Name: Ikukara ikuno
Author: Naosuke Mitoshi
Author URI: http://www.mitoshi-graphix.com/
Description: 色行〜ikunoのウェブサイト専用テーマです。
Version: 0.1
*/



/* -------------------------------------------------------------------------- */
/*   初期化＋基本設定   */
/* -------------------------------------------------------------------------- */

@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: small;
	font-weight: normal;
}

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.75;
	background: url(images/common/bg.png) center top repeat-y;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		background: url(images/common/bg@2x.png) center top / 920px auto repeat-y;
	}
}

h2 {
	margin: 0 0 0.5em;
	line-height: 1.35;
	font-size: 180%;
	font-weight: bold;
}

h2 ~ h2 {
	margin-top: 1.5em;
}

h3 {
	margin: 0 0 0.5em;
	line-height: 1.35;
	font-size: 140%;
}

h3.maker {
	/* background: url(../images/common/h3_maker.png) 0 0.1em no-repeat; */
	padding-left: 25px;
	color: #06C;
}

h3 ~ h3 {
	margin-top: 1.5em;
}

h2 + h3 {
	margin-top: 0;
}

p + h3 {
	margin-top: 1.5em;
}

table + h3, ul + h3, ol + h3, dl + h3 {
	margin-top: 1.5em;
}

h4 {
	margin: 0 0 0.25em;
	line-height: 1.35;
}

h4 ~ h4 {
	margin-top: 1.5em;
}

h3 + h4 {
	margin-top: 0;
}

p + h4 {
	margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
	margin-top: 1.5em;
}

h5 {
}

h6 {
}

p {
	margin: 0;
}

h2 + p {
}

h3 + p {
}

h4 + p {
}

h5 + p {
}

h6 + p {
}

table + p {
}

ul + p {
}

dl + p {
	margin-top: 1em;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

a:link {
	color: #663399;
	text-decoration: none;
}

a:visited {
	color: #663399;
	text-decoration: none;
}

a:active {
	color: #9e74c9;
	text-decoration: none;
}

a:hover {
	color: #9e74c9;
	text-decoration: none;
}

ul, ol, dl {
	margin: 1em 0 0;
}

ul ul {
	margin: 0.45em 0 0;
}

ul li, ol li {
	margin: 0 0 0.45em 1.5em;
	line-height: 1.35;
}

ul.maker_square {
	list-style: none;
}

ul.maker_square li {
	background: url(images/common/li_maker.png) 0 0.4em no-repeat;
	padding-left: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	ul.maker_square li {
		background: url(images/common/li_maker@2x.png) 0 0.4em / 5px 5px no-repeat;
	}
}

ul.menu {
	margin: 0;
	list-style: none;
	line-height: 0;
}

ul.menu li {
	margin: 0;
	line-height: 0;
}

dl.table dt {
	float: left;
	width: 150px;
	padding: 10px 0 7px 15px;
	border-top: 1px solid #CCC;
	background: url(images/common/dt_maker.png) 0 1.15em no-repeat;
	line-height: 1.6;
	color: #06C
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	dl.table dt {
		background: url(images/common/dt_maker@2x.png) 0 1.15em / 7px 9px no-repeat;
	}
}

dl.table dd {
	float: left;
	width: 338px;
	padding: 10px 3px 7px 0;
	border-top: 1px solid #CCC;
	line-height: 1.6;
}

dl.table dt:first-child, dl.table dt:first-child + dd {
	border-top: none;
}

h2 + ul, h3 + ul, h4 + ul, h2 + ol, h3 + ol, h4 + ol, h2 + dl, h3 + dl, h4 + dl {
	margin-top: 0;
}

img {
	border: none;
}

img.center {
	display: block;
	margin: 1em auto;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

table {
	margin: 1em 0 0;
}

h2 + table, h3 + table, h4 + table {
	margin-top: 0;
}

.char_sub {
	vertical-align: sub;
	font-size: 80%;
}

.char_super {
	vertical-align: super;
	font-size: 80%;
}

.caption {
	font-size: 85%;
}



/* -------------------------------------------------------------------------- */
/*   レイアウトの基本設定                                                     */
/* -------------------------------------------------------------------------- */

/* ヘッダ */
#header {
	background: url(images/common/header/bg.png) repeat-x;
}

#header #header_inner {
	width: 910px;
	margin: 0 auto;
	padding-right: 10px;
	
}

#header h1 {
	float: left;
	margin-top: 78px;
}

#header ul {
	margin-top: 98px;
	float: right;
}

#header ul li {
	float: left;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#header {
		background: url(images/common/header/bg@2x.png) 0 0 / auto 160px repeat-x;
	}
}



/* 本体外枠 */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/common/bg.png) repeat-y;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#container {
		background: url(images/common/bg@2x.png) 0 0 / 920px auto repeat-y;
	}
}



/* 本文 */
#container #body {
	float: right;
	width: 506px;
	padding-top: 15px;
	padding-left: 34px;
	background: url(images/common/breadcrumb_bg.png) 0 20px no-repeat;
}

#container #body ul#breadcrumb {
	margin-bottom: 50px;
	font-size: 85%;
}

#container #body ul#breadcrumb li {
	display: inline;
	margin: 0 0 0 9px;
	padding: 0 0 0 12px;
	background: url(images/common/breadcrumb_arrow.png) 0% 30% no-repeat;
}

#container #body ul#breadcrumb li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

#container #body .pagetop {
	margin-top: 3em;
	text-align: right;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#container #body {
		background: url(images/common/breadcrumb_bg@2x.png) 0 20px / 540px 25px no-repeat;
	}

	#container #body ul#breadcrumb li {
		background: url(images/common/breadcrumb_arrow@2x.png) 0% 30% / 5px 9px no-repeat;
	}
}



/* サイドバー */
#container #sidebar {
	float: left;
	width: 360px;
	text-align: center;
	color: #fff;
}

#container #sidebar img#reserve {
	margin-top: 25px;
}

#container #sidebar address {
	margin-top: 25px;
	font-size: 95%;
	font-style: normal;
	line-height: 1.35;
}

#container #sidebar p#copyright {
	margin-top: 25px;
}



/* フッター */
#footer {
	background: url(images/common/footer/bg.png) repeat-x;
	font-size: 90%;
}

#footer #footer_inner {
	width: 540px;
	height: 130px;
	margin: 0 auto;
	padding: 40px 0 30px 380px;
	padding-bottom: 30px;
	background: url(images/common/footer/inner_bg.png) no-repeat;

}

#footer .footer_menu {
	float: left;
	width: 158px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#footer .footer_menu:first-child {
	border-left: none;
}

#footer .footer_menu h3 {
	font-size: 110%;
	font-weight: bold;
}

/*
#footer .footer_menu ul {
}
*/

#footer .footer_menu ul li {
	margin-left: 0.5em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	#footer {
		background: url(images/common/footer/bg@2x.png) 0 0 / auto 200px repeat-x;
	}

	#footer #footer_inner {
		background: url(images/common/footer/inner_bg@2x.png) 0 0 / 380px auto no-repeat;
	}
}



/* -------------------------------------------------------------------------- */
/*    フロントページ（インデックス）固有  body.index   */
/* -------------------------------------------------------------------------- */

/* 本文 */
body.index #container #body {
	padding-top: 125px;
	background: url(images/index/image.png) no-repeat;
}

body.index #container #body #index_menu {
	margin-top: 3em;
}

body.index #container #body #index_menu li {
	float: left;
	margin-left: 36px;
}

body.index #container #body #index_menu li:first-child {
	margin-left: 0;
}

body.index #container #body h2#topics {
	margin-bottom: 0.15em;
}

body.index #container #body p#news_history {
	font-size: 90%;
	text-align: right;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body.index #container #body {
		background: url(images/index/image@2x.png) 0 0 / 540px auto no-repeat;
	}
}



/* -------------------------------------------------------------------------- */
/*    フロントページ（インデックス）、アーカイブページ固有   */
/* -------------------------------------------------------------------------- */

/* 最新情報一覧 */
body.index dl.table dt, body.archive dl.table dt {
	width: 100px;
	background: none;
	padding-left: 8px;
	color: #333;
}

body.index dl.table dd, body.archive dl.table dd {
	width: 395px;
}

span.news {
	display: block;
	background: url(images/index/topics_cat_01.png) 0 2px no-repeat;
	padding-left: 60px;
}

span.event {
	display: block;
	background: url(images/index/topics_cat_02.png) 0 2px no-repeat;
	padding-left: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	span.news {
		background: url(images/index/topics_cat_01@2x.png) 0 2px / 50px auto no-repeat;
	}

	span.event {
		background: url(images/index/topics_cat_02@2x.png) 0 2px / 50px auto no-repeat;
	}
}



/* -------------------------------------------------------------------------- */
/*    投稿ページ固有   */
/* -------------------------------------------------------------------------- */

h2.news_detail {
	padding: 0 0 7px 15px;
	background: url(images/common/h2_bg.png) no-repeat;
	font-weight: normal;
}

p.date_modified {
	margin: 0;
	font-size: 85%;
	color: #457ad3;
}

.post #body p {
	margin-bottom: 1em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	h2.news_detail {
		background: url(images/common/h2_bg@2x.png) 0 0 / 506px 38px no-repeat;
	}
}



/* -------------------------------------------------------------------------- */
/*    お問い合わせ固有   */
/* -------------------------------------------------------------------------- */

table#mail_form {
	width: 506px;
	margin-left: auto;
	margin-right: auto;
}

table#mail_form th, table#mail_form td {
	padding: 10px 5px;
	border-top: 1px solid #CCC;
}

table#mail_form tr:first-child th, table#mail_form tr:first-child td {
	border-top: none;
}

table#mail_form th {
	font-weight: normal;
	text-align: left;
	color: #06F;
}

table#mail_form .footnote {
	font-size: 85%;
	color: #333;
}

table#mail_form .required {
	color: #F00;
}



/* -------------------------------------------------------------------------- */
/*    Wordpress 標準クラス                                                    */
/* -------------------------------------------------------------------------- */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}