@charset "utf-8";

/*基本*/
*{
	margin:0;
	padding:0;
	list-style: none;
	font-size: 100%;
	transition:0.2s;
}

body{
	color: #000;
	font-size:16px;
	background:url(../img/back.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100% ;
	font-weight: normal ;
}
article h2{    
	font-size: 200%;
    border-bottom: 3px solid #000;
    margin: 0 0 30px 0;}

.right{
	text-align: right;
}

.cl-b {
	clear: both;
}

.txt-c {
	text-align: center;
}



/*	リンク設定
---------------------------------------------------------- */
a{
	text-decoration:none;
	color:#f00;
}

a:hover{
	opacity: 0.5;
}



/*	header
---------------------------------------------------------- */
.head{
	background: linear-gradient(to left, #FA1E64, #2B00F7);
}

header{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding-top:13px;
}

header div{
	margin:0 auto;
	width: 300px;
	padding-top: 3px;
	float: left;
}

header div h1{
	color:#000;
	font-size: 20px;
	font-weight: bold;
    text-align:center;
	margin: 0 auto;
}

header div a h1:hover{
	opacity: 0.5;
}

header div h2{
	font-size:11px;
	margin: 0 auto;
	color:#000;
    text-align:center;
}

header div a h2:hover{
	opacity: 0.5;
}



/*	nav
---------------------------------------------------------- */
nav{
    float: right;
	margin: 0 0 0 40px;
}

nav ul{
	margin: 0px auto;
}

nav ul li {
	float: left;
	padding: 10px 0;
	margin: 0 2px 0 0;
}

nav ul li a{
	display: block;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding: 5px 21px 10px;
	border-bottom: 4px #ccc solid;
    -webkit-transition: background 0.1s linear;
}

nav ul li a:hover{
	color: #f00;
	border-bottom:4px #f00 solid;
}



/*	figure
---------------------------------------------------------- */
figure{
	margin: 0 auto;
}

figure.top{
    padding: 40px 0 0;
	width: 1000px;
}

figure.top img{
	width: 1000px;
}



/*	container
---------------------------------------------------------- */
div.container{
	overflow: hidden;
	clear: both;
	background:#fff;
	width:1000px;
	margin: 30px auto;
}



/*	section
---------------------------------------------------------- */
section{
	margin:0 auto;
	border-radius: 4px;
	padding-top:30px;
	padding: 10px;
	width: 1000px;
}



/*	article
---------------------------------------------------------- */
section article{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 700px;
}

section h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
    padding: 0 6px 5px 10px;
    padding-left:10px;
    background:url(../img/h3head.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

section h3 span{
	font-size: 17px;
	font-weight: bold;
}

section article p{
	color:#000;
	font-size: 15px;
	text-align: justify;
	line-height: 24px;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0;	
}

section article a p{
	color:#003309;
	margin: 10px 20px;
	display: block;
}

section article a p:hover{
	margin: 10px 20px;
}



/*	thumb
---------------------------------------------------------- */
section article ul.thumb{
	margin: 100px 0 0 0; */
    display: flex;
    margin: 30px 0;
}

section article ul.thumb li {
	display: inline-block;
    width: 32%;
    margin-bottom: 1.25%;
    background-color: #fff;
    box-sizing: content-box;
    border: 1px solid #e1e1e1;
    margin: 10px 3px;
    vertical-align: text-top;
}

section article ul.thumb li h4 {
	color: #2d2c2c;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background: #7D7D7D;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

section article ul.thumb a p{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: 0 10px;
}



/*	desc
---------------------------------------------------------- */
section article .desc {
    margin: 0 0 80px 0;
    padding: 0 0 10px 0;
    border-radius: 3px;
    border: #232121 solid 2px;
}

section article .desc h3 {
	color: #232121;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    padding: 6px;
}

section article h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
    padding: 0 6px 5px 10px;
    padding-left:10px;
    background:url(../img/h3head.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

section article .desc p {
	margin: 0 10px;
	padding: 0 0 0 0;
}



/*	pankuzu
---------------------------------------------------------- */
ul.pankuzu{
	display:flex;
	font-size: 12px;
	margin: 0 0 20px 0;
}

ul.pankuzu li:nth-of-type(n+2):before {
    content:'>';
    display:inline-block;
}

ul.pankuzu a {
	text-decoration: underline;
}

ul.pankuzu a:hover {
	text-decoration: none;
}



/*	aside
---------------------------------------------------------- */
section aside{
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
	width: 250px;
}

section aside h4{
	color: #333;
    padding: 8px 15px;
    border-top: 2px solid #111;
    border-bottom: 1px solid #111; 
}

h4 span{
	font-size: 18px;
    color: #333;
}

section aside ul{
	padding: 0;
    margin-bottom: 20px;
}

section aside ul li{
	border-bottom: 1px solid #ccc;
}

section aside ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 90%;
    color: #333;
    text-decoration: none;
}

section aside ul li:hover{
	opacity: 0.6;
	text-decoration: none;
}



/*	footer
---------------------------------------------------------- */
footer{
	background:#000;
}

footer p{
	text-align: center;
	padding:5px;
	color:#fff;
	font-size: 13px;
}

footer p a {
	color:#fff;
}

footer p a:hover {
	opacity: 0.6;
}




