﻿@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	font-size: 85%;
	line-height: 1.5;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);/*IE6,IE7*/
	-ms-filter:"alpha(opacity=70)";/*IE8*/
	zoom:1;
}

.button{
	display: inline-block;
    *display: inline;
	zoom: 1;
	padding: 6px 20px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #FFE632;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
	color: #393939;
	background-color: #FFE00B;
	background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
	transition: background-color .2s ease-out;
	background-clip: padding-box; /* Fix bleeding */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(230,230,230, .9);
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
 
.button:hover{
	background-color: #FFEB5B;
	color: #393939;
}
 
.button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}
/* より小さいサイズのボタン */
.button.small{
  padding: 4px 12px;
}
 
/* より大きいサイズのボタン */
.button.large{
  padding: 12px 30px;
  text-transform: uppercase;
}
 
.button.large:active{
  top: 2px;
}

.circle {
	font-size: 100%;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#3eaad1 0%,
		#368dad);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#3eaad1),
		to(#368dad));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #fffaff;
	-moz-box-shadow: 0px 1px 3px rgba(36,36,36,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(36,36,36,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(36,36,36,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-align: center;
	width: 30%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}


#contents h1.page-title{
	background-color: #0066CC;
	font-size: 1.8em;
	padding: 10px;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 690px;
	margin-bottom: 10px;
	font-weight: bold;
}
section.flow{
	margin-top: 10px;
}
section.flow p{
	border: 1px solid #CCC;
	margin-bottom: 5px;
	list-style-type: none;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
section.flow p.none{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
section.flow img{
	vertical-align: middle;
	margin-right: 10px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


.inpage h1{

}
.inpage h2{
	background: #fff;
	color: #fff;
	font-size: 120.5%;
	text-shadow: 1px 1px 1px #0066a1;
	line-height: 1.5em;
	background-color:#0066CC;
	background: -moz-linear-gradient(top, #0066CC 0%, #0066CC 50%, #0066CC 51%, #0066CC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36f), color-stop(50%,#36f), color-stop(51%,#36f), color-stop(100%,#36c)); /* webkit */
	-pie-background: linear-gradient(top, #36f 0%, #36f 50%, #36f 51%, #36c 100%); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.inpage h3{
	font-size: 115.5%; /*←この数字は適当です。18px相当の大きさ。*/
	font-weight: bold;
	line-height: 1.5em;
	background: #fff;
	margin-top: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0066CC;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-weight: bold;
		}
.inpage h4{
	font-size: 1.2em;
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inpage ul{
	padding: 10px;
}
.inpage ul li{
	list-style-type: disc;
	margin-left: 10px;
}
.inpage ol{
	padding: 10px;
}
.inpage ol li{
	list-style-type: decimal;
	margin-left: 10px;
}
.inpage blockquote{
	padding: 10px;
	background-color: #F2F2F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.inpage p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.inpage table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.inpage table th{
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	padding: 10px;
	width: 20%;
	vertical-align: middle;
}

.inpage table td{
	border: 1px solid #CCC;
	padding: 10px;
	vertical-align: middle;
}
.inpage dl{
	margin-top: 10px;
	margin-bottom: 10px;
}
.inpage dt{
	display: block;
}
.inpage dd{
	padding-left: 20px;
	display: block;
}
.marker-green{
	background-image: url("http://www.gen-inc.net/test/wptest/wp-content/themes/icnagoya/images/marker-green.gif");
}
.marker-pink{
	background-image: url("http://www.gen-inc.net/test/wptest/wp-content/themes/icnagoya/images/marker-pink.gif");
}
.marker-yellow{
	background-image: url("http://www.gen-inc.net/test/wptest/wp-content/themes/icnagoya/images/marker-yellow.gif");
}
.marker-orange{
	background-image: url("http://www.gen-inc.net/test/wptest/wp-content/themes/icnagoya/images/marker-orange.gif");
}
.marker-blue{
	background-image: url("http://www.gen-inc.net/test/wptest/wp-content/themes/icnagoya/images/marker-blue.gif");
}

.txt-right{
	text-align: right;
}
.txt-center{
	text-align: center;
}
.top10{
	margin-top: 10px;
}
.top15{
	margin-top: 15px;
}
.top20{
	margin-top: 20px;
}

/*サイドナビ*/
#primary div ul,
#primary ul {
	margin: 0;
	padding: 0;
}

#primary li {
	list-style: none;
	border-top: dotted 1px #b9b4ab;
	padding: 5px 0;
}

#primary li a {
	display: block;
	padding: 5px;
	border-radius: 3px;
}

.sub_navi .current_page_item a,
.sub_navi .current-cat a,
.sub_navi li a:hover {
	color: #333;
	background-color: rgba( 0, 0, 0, 0.2 );
	background-color: rgb( 195, 188, 172 )\9;
}

.sub_navi .current_page_item li a {
	background: none;
}

#primary ul li:first-child {
	border-top: none;
}

#primary ul ul.children li:first-child {
	border-top: dotted 1px #b9b4ab;
}

#primary aside {
	background: url(../images/bg_sidebar_primary_column_shadow.png) no-repeat left bottom;
	padding: 0 3px 3px;
	margin-bottom: 27px;
}

#primary aside h1 {
	color: #fff;
	line-height: 1;
	background: url(../images/bg_sidebar_title_blue.png) no-repeat;
	padding: 12px 10px 0 24px;
	height: 38px;
	margin-bottom: -12px;
	position: relative;
	z-index: 10;
}

#primary ul,
#primary div {
	padding: 17px 10px 10px;
	background: url(../images/bg_primary_sidebar.png);
}

#primary div ul {
	background: none;
}

#primary ul ul.children {
	background: none;
	padding: 5px 0 0 15px;
}
#primary ul ul.children li {
	background-image: url(../images/icon-cursor.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/*page-navi*/
.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li a:hover {
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}

.pages-link {
	text-align: center;
}
.pages-link a span {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}
.marker_water {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
