@charset "UTF-8";


:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

h1 {
	margin:20px 0 0 0;
}

img {
	
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */

address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    font-style: normal;
}

ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';

}
a {
    text-decoration: underline;
    outline: none;
		color:#000;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}


/* Common
---------------------------------------------------------------------------- */

body {
    color: #000;  
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  
    font-size: 14px;  
    line-height: 1.7em;  
    -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

div#header {
	position:fixed;
	top:0;
	left:0;
	height:55px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	background:rgba(255,255,255,0.75);
}

div#header2nd {
	position:fixed;
	top:0;
	left:0;
	height:55px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	background:rgba(255,255,255,0.75);
	border-bottom:1px #000 solid;
}

.menu {
	position:fixed;
	top:15px;
	right:15px;
}

.dropdown-menu {
	position:fixed;
	top:54px;
	left:0;
	
	background-color:#fff;
	background:rgba(255,255,255,0.85);
	width:100%;
	height:100%;
	line-height:0;
	border-top:1px #000 solid;
	z-index:1000;
}

ul.dropdown-menu li {
	height: 25px;
	width:100%;
	border-bottom:1px #000 solid;
	padding:10px 0 0 15px;
}

ul#gnavi li {
	clear:both;
	line-height:0;
	border-top:2px solid #000;
}



div#footer {
	margin-top:20px;
	padding:10px 0 30px 15px;
	border-top:#000 1px solid;
}

div#footer p,
div#footer address {
}

/* top
---------------------------------------------------------------------------- */


div#top {
	padding:55px 0 0 0;
}

#top p {
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	line-height:20px;
}

.conceptTitle {
	margin:28px 0 28px 15px;
}

.btnTweet {
	position:absolute;
	left:100px;
}

.btnFb {
	
}


/* items
---------------------------------------------------------------------------- */

#items {
	padding:78px 15px 0 15px;
}

.itemsTitle {
	margin:0 0 38px 0;
}

.item img {
	width:100%;
}

.btnMore {
	text-align:center;
	margin:25px 0 40px 0;
}



/* contact
---------------------------------------------------------------------------- */

#contact {
	padding:78px 15px 0 15px;
}

#contact ul {
	line-height:0;
}

.contactTitle {
	margin:0 0 38px 0;
}

.comName {
	margin-bottom:9px;
}

.mail {
	margin-bottom:14px;
}

.companyTitle {
	margin:45px 0 23px 0;
}

#contact p {
	font-size:12px;
	line-height:20px;
}



/* clearfix =====================================*/

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0;
}