@charset "UTF-8";

/*Web Fonts*/
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(http://fonts.googleapis.com/css?family=Gruppo);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*{
	margin:0px;
	padding:0px;
}

html,body {
	
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#999;
}

h1,h2,h3,h4,h5{
	text-align:left;
	font-weight:bold;
}
h1 { font-size:18px;}/*一番上のタイトル*/
h2 { font-size:16px;margin-bottom:20px;}/*見出し*/
h3 { font-size:18px;}
h4 { font-size:12px;}/*サブタイトル*/
h5 { font-size:12px;}/*小見出し(POINT etc.)*/

section {
	width:100%;
	margin:25px 0px;
}

li {list-style:none;}
img {border:0px;}

address {
	font-style:normal;
}


/*form*/
input[type="text"],input[type="password"],textarea {
	
	font-size:10px;
	border:1px solid:#ccc;
	background:#fff;
	resize: none; 
}
input[type="button"],input[type="submit"], .button {
	
	padding:5px 40px;
	background:#EBBF28;
	border:0px;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}


#outer{
	
	position:relative;
	width:1000px;
	margin:0px auto;
	padding-top:0px;
	/*border:1px solid #ccc;*//*アウトライン*/
}

#header {
	
	width:1000px;
	height:150px;
	text-align:center;
	background:#fff;
	/*
	background-image:url(../images/common/logo.gif);
	background-repeat:no-repeat;
	background-position:center center;
	*/
}

#toplogo{
	
	margin:46px 0px 30px 0px;
}


/******************
	Top Menu
******************/

#topmenu {
	
	height:30px; 
	background:#EBBF28;
	font-weight:normal;
	text-align:center;
}
#topmenu ul{
	display:inline-block;
	margin:0px auto;
}
#topmenu li{
	height:30px;
	margin:0pc 10px;
	float:left;
}
#topmenu li a{
	
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
#topmenu li a:hover {
	color:#9fa09e;/*メニューバーのフォントの色*/
}
#topmenu li a > span{
	display:block;
	margin:0px 15px;
	padding-top:6px;
}


#social-bt-head, #social-bt-foot {
	
	position:absolute;
	width:300px;
	top:0px;
	padding:15px;
}
#social-bt-head img, #social-bt-foot img{
	margin:0px 3px;
}
#social-bt-head{
	right:0px;
	text-align:right;
}
#social-bt-foot{
	left:0px;
	text-align:left;
}


/******************
	footer
******************/


#footer {
	
	position:relative;
	width:100%;
	clear:both;
	margin-top:30px;
	padding-top:10px;
	background:#EBBF28;
}

#footer .footer-frame {
	
	float:left;
}

#footer .left1,#footer .left2{
	width:200px;
	padding:0px 60px;
}
#footer .right{
	width:300px;
	padding:0px 30px;
}


#footer .customer{
	width:200px;
	margin-left:30px;
}
#footer .customer ul{
	margin-top:30px;
}



#copyright {
	
	color:#fff;
	height:20px;
	margin-top:40px;
	padding:20px;
	text-align:center;
}



/******************
	main contents
******************/

#contents {
	margin:0px 0px 25px 0px;
}

#contents header {
	
	margin:50px 25px 30px 25px;
}
#main-left {
	
	width:610px;
	min-height:100px;
	padding:0px 0px 0px 25px;
	float:left;
	/*
	border-right:1px solid #000;
	*/
}

#main-right {
	
	width:300px;
	min-height:100px;
	padding:0px 25px 0px 25px;
	margin-left:-1px;
	float:left;
	/*
	border-left:1px solid #000;
	*/
}

#main-full {
	
	width:950px;
	min-height:100px;
	margin:0px 25px;
}





/******************
	article
******************/

article{
	width:100%;
	margin-bottom:30px;
}

article img{
	max-width:100%;
}
article a>img{
	max-width:100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
article a>img:hover{
	
	opacity:0.7;
}
article section{
	width:100%;
	text-align:justify;
}

article .info{
	margin:20px 0px;
}


.image-box {
	
	width:100%;
	background-repeat:no-repeat;
	
}
.image-box img{
	
	width:100%;
}

.gallery {
	
	margin:10px 0px;
	line-height:0px;
}

.gallery img {
	
	width:193px;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.gallery img:hover {
	opacity:0.7;
	cursor:pointer;
}

/* 項目タイトル、サブタイトル */


article .title {
	margin:20px 0px 0px 0px; 
}
article .subtitle {
	margin:5px 0px 10px 0px;
}



/*** indivisual ***/



/******************
	Slideshow
******************/

#slide {
	
	height:500px;
	overflow:hidden;
	background:#000;
	margin-bottom:25px;
}
#galleria{
	height:560px;
}


/* home */

#home-news{
	
	width:960px;
	margin:30px -10px 0px -10px;
}

article.news-list {
	width:458px;
	height:120px;
	margin:0px 10px;
	float:left;
	margin-right:10px;
	
	
}

.news-list .nl-left {
	width:120px;
	height:100%;
	margin-right:0px;
	float:left;
}
.news-list .nl-right {
	width:320px;
	height:100%;
	margin-left:10px;
	float:left;
}

.news-list h3 {
	font-size:14px;
}
.news-list .info {
	margin:8px 0px;
	line-height:1.5em;
}


#home-inst{
	
	width:960px;
	margin:30px -8px;
}
#home-inst #inst-images img{
	
	width:305px;
	margin:5px;
}

#home-inst h2, #home-news h2{
	
	margin-left:10px;
}



/* about */

.article-about{
	
}

.about-info {
	
	margin:20px 0px;
	line-height:2.4em;
}

/* access */

.article-access img{
	width:600px;
}

/* contact */

#contact {
	min-height:400px;
}

#contact .caption{
	
	margin:20px 0px;
}

#contact .form-section {
	margin:20px 0px;
}

#contact label{
	
	margin-bottom:0px;
}

#contact input[type="text"]{
	width:300px;
}
#contact textarea {
	width:100%;
	height:150px;
}

#contact input[type="submit"]{
	
	margin:20px 0px;
}




/******************
	right widget
******************/

.archive {
	
	min-height:100px;
	margin:10px 0px;
}

.archive li{
	
	margin:8px 0px;
}

.catalogs {
	margin:50px 0px 20px 0px;
}
.catalogs img{
	width:100%;
}

/******************
	other parts
******************/

.dummy{
	clear:both;
}

.border {
	width:100%;
	height:1px;
	margin:20px 0px;
	background:#EBBF28;
}