@charset "utf-8";

/* font
------------------------------------------------------------*/

body{
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}

/* link
------------------------------------------------------------*/

a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #999;
}
a:link{}
a:visited{}
a:active{}

/* webfont
------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/* body
------------------------------------------------------------*/

body{
	background:#f0f0f0 url("images/home_bg01.gif") left top repeat;
}

h3{
    text-align: center;
    font-size:140%;
    background: #e4e4e4;
    border-left: solid #999 5px;
    border-right: solid #999 5px;
    line-height: 2.6;
}
h4{
    text-align: center;
    font-size:120%;
    border-bottom: solid #999 2px;
    padding:1%;
}
main p{
	padding:1%;
	margin:1%;
}
table{
	border:solid 1px #ccc;
	width:96%;
	margin:2% auto 5%;
	background: #fff;
}
caption{
	padding:1%;
	background: #ccc;
}
th{
	border:solid 1px #ccc;
	text-align: left;
	padding: 1%;
	width:30%;
	background: #efefef;
}
td{
	border:solid 1px #ccc;
	padding: 1%;
}


/*------------ #header ------------*/

#header{}
#header header{
    background: #fff;
    padding: 1% 0 0;
}
#header header h1{
    text-align: center;
}
#header header h1 a{}
#header header h1 a:hover{}
#header header h1 img{}
#header header p{
    text-align: center;
}
#header header nav{
	background:#e8e8e8;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	box-shadow: 0px 2px 2px #ccc;
}
#header header nav ul{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#header header nav ul li{
	float: left;
	width: 16.666%;
	margin: 0;
}
#header header nav ul li a{
	display: block;
	padding: 5px 0;
	text-align: center;
}
#header header nav ul li a:hover{
	background:#f7f7f7;
}

/*------------ #main ------------*/

#main{}
#main main{
	width:960px;
	margin:0 auto;
}
#main main h2{
	font-size:200%;
	text-align:center;
	padding: 5% 5% 1%;
	font-weight: bold;
	color: #967a00;
}
#main main p.main-text{
    border-radius: 10px;
    border: dotted 1px #ccc;
    padding: 2%;
    background: #f9ffb7;
    text-align: center;
}
#main main p.main-text a{
	background:#fff;
	padding: 1% 3%;
	font-size:120%;
	border-radius:5px;
	display: inline-block;
}
#main main p.main-text a:hover{}
#main main section{
    padding: 5% 0 5%;
}
#main main section#sample_data{
	border:solid 1px #ccc;
	background:#fff;
	padding:1%;
	margin:5% 0 0;
}
#main main section#sample_data h2{
	border-bottom:solid 2px #967a00;
	padding:1%;

}
#main main section#sample_data ul{
	overflow:hidden;
	padding: 1% 0 5%;
}
#main main section#sample_data ul li{
	float:left;
	width:50%;
}
#main main section#sample_data ul li a{
	text-align:center;
	display:block;
	background:#8ff496;
	margin:1%;
	padding:2%;
}
#main main section#sample_data ul li a:hover{
	background:#bfffc4;
}

#main main section.tag-html h3{
    background: #ff8585;
    border-left: solid #fb4040 5px;
    border-right: solid #fb4040 5px;
    color: #fff;
}
#main main section.tag-html h3 a{
    display: block;
    color: #fff;
    background: #ff8585;
}
#main main section.tag-html h3 a:hover{
    background: #fda1a1;
}
#main main section.tag-html table{}
#main main section.tag-html caption{}
#main main section.tag-html th{}
#main main section.tag-html td{}
#main main section.tag-html td p{}
#main main section.tag-html td ul{}
#main main section.tag-html td ul li{}
#main main section.tag-html{
    padding: 5% 0 5%;
}
#main main section.tag-css h3{
    text-align: center;
    font-size:140%;
    color: #fff;
    border-left: solid #5c78ff 5px;
    border-right: solid #5c78ff 5px;
    background: #87c4ff;
}
#main main section.tag-css h3 a{
    display: block;
}
#main main section.tag-css h3 a:hover{
    background: #aad4fd;
}
#main main section.tag-css table{}
#main main section.tag-css caption{}
#main main section.tag-css th{}
#main main section.tag-css td{}
#main main section.tag-css td p{}
#main main section.tag-css td ul{}
#main main section.tag-css td ul li{}

/*------------ #footer ------------*/

#footer{
	background:#555;
}
#footer footer{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer footer h1{
	font-size: 120%;
	color:#fff;
	border-bottom: dotted 1px #fff;
	text-align:center;
	padding: 2% 0 0;
}
#footer footer ul{
	float:left;
	width: 31.333%;
	padding:1%;
}
#footer footer ul li{}
#footer footer ul li:before{
	content:"・";
	color:#fff;
}
#footer footer ul li a{
	color:#ccc;
	display:inline-block;
	width:90%;
	padding:0 1%;
}
#footer footer ul li a:hover{
	background:#888;
	border-radius:5px;
}
#footer footer p#copy{
    clear: both;
    text-align: center;
    border-top: dotted 1px #fff;
}
#footer footer p#copy small{
	color:#fff;
	font-size:80%;
}
#footer footer p#copy small a{
	color:#fff;
}
#footer footer p#copy small a:hover{}
#footer footer p#page-top{
	font-size:80%;
	position: fixed;
	bottom: 20px;
	right: 0;
}
#footer footer p#page-top a{
	color:#fff;
	display: block;
	background: #222;
	padding: 5px 10px;
}
#footer footer p#page-top a:hover{}


/*------------ .sample-img ------------*/
.sample-img p.sample-img-background{
	background-image:url("images/sample_img001.jpg");
	background-repeat:no-repeat;
	background-size:400px;
	background-position: 2%;
	height: 300px;
}
