@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #ddd;
	color: #5a5350;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}

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

a:hover, a:focus {
	color: #999999;
	outline: none;
	transition: all 0.5s ease 0s;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.main {
	width: 80%;
	margin: 0 auto;
}

.main h1 {
	float:left;
}

.navm {
    float: right;
    margin-top: 30px;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	text-align: right;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	margin: 0;
	line-height: 1.5;
}

button {
	font-size: 75%;
}

button:hover,
button:active {
}


@media screen and (max-width: 46.0625em) {

	.codrops-header {
		margin-bottom: 0;
		padding-bottom: 1em;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: 0;
		padding: 2em; 
		text-align: center;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}

}

#contents {
	clear:both;
    height: 300px;
    margin: 80px auto;
    padding-top: 5px;
    text-align: center;
    width: 900px;
}

.enrich {
    display: block;
    font: 70px/100px honey;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.bname {
    color: #383838;
    font: lighter 27px/60px lato,aaargh,anda,sans-serif;
    height: 130px;
    letter-spacing: 0.2em;
    margin: 40px 0 0;
    text-align: center;
}

/* ---------- About Page Section ---------- */


#abtitle {
    font: lighter 37px/25px aaargh,serif,lato;
    height: 120px;
    letter-spacing: 0.2em;
    margin: 10px auto 0;
    padding: 40px 0 10px;
    text-align: center;
    width: 700px;
}

/* -JAPANESE- */
#aboutsec {
    height: auto;
    margin: 30px auto;
    width: 670px;
}

#aboutsec ul {
    list-style: none outside none;
    margin: 0 auto;
}

#aboutsec li {
	font: 12px/25px sans-serif,Georgia;
}

#itemjp {
	float: left;
}

#companyjp {
    float: left;
    padding-left: 50px;
}

/* -ENGLISH- */
#aboutsecen {
    border-top: 1px solid #F4F4F2;
    height: auto;
    margin: 0 auto 40px;
    padding-top: 15px;
    width: 670px;
}

#aboutsecen ul {
	list-style: none;
}

#aboutsecen li {
	font: 12px/25px sans-serif,Georgia;
}
#itemen{
	float: left;
}

#companyen {
	float: left;
	margin-left: 20px;
}


/* ---------- Concept Page Section ---------- */

/* -Title- */

#srtitle {
    font: lighter 44px/25px aaargh,idealist,Lato,sans-serif,georgia;
    height: 70px;
    letter-spacing: 0.2em;
    margin: 20px auto 40px;
    padding-top: 20px;
    text-align: center;
    width: 600px;
}

/* -JAPANESE- */

#conceptjp {
    font: lighter 13px/25px sans-serif,georgia;
    height: auto;
    margin: 40px auto 10px;
    width: 560px;
}

/* -ENGLISH- */

#concepten {
    border-top: 1px solid #F4F4F2;
    font: lighter 16px/25px Lato,sans-serif,georgia;
    height: auto;
    margin: 0 auto;
    padding-top: 13px;
    width: 540px;
}

/* ---------- Brand Page Section ---------- */

/* -Title- */

#brdtitle {
    font: lighter 46px/25px aaargh,Lato,sans-serif,georgia;
    height: 70px;
    letter-spacing: 0.2em;
    margin: 20px auto 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

#brands {
    height: auto;
    margin: 80px auto 50px;
    width: 800px;
}

#brands ul {
    list-style: none outside none;
    margin: 0 auto;
}

.brandeft div.hidden {
    display: none;
} 

#brands li {
    border-bottom: 1px solid #F1F0EE;
    display: inline-block;
    font: lighter 15px/50px Lato,sans-serif,Georgia;
    margin-left: 20px;
    text-align: center;
    width: 330px;
}

#brandsofs {
    height: auto;
    margin: 80px auto 50px;
    width: 800px;
}

#brandsofs ul {
    list-style: none outside none;
    margin: 0 auto;
}

#brandsofs li {
    border-bottom: 1px solid #F1F0EE;
    display: inline-block;
    font: lighter 15px/50px Lato,sans-serif,Georgia;
    margin-left: 20px;
    text-align: center;
    width: 330px;
}

.brandsh2 {
    font: lighter 18px/28px Lato;
    margin: 10px auto 50px;
    text-align: center;
}

/* ブランド名ホバー時のエフェクト */

.tip {
    color: #fff;
    display:none; /*--基本は非表示--*/
    position:absolute;
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
.tip img{
	text-decoration:none;
	margin: 5px;
	width: 250px;
	border:1px solid #333
}

#a2z {
    float: right;
    font-family: sans-serif,Lato,hiragino kaku gothic pron;
    font-size: 12px;
    font-weight: lighter;
    margin-right: 60px;
    margin-top: 20px;
}

/* ---------- Contact Page Section ---------- */

/* -Title- */

#contacttitle {
    font: lighter 56px/25px aaargh,donavon,Lato,sans-serif,georgia;
    height: 70px;
    letter-spacing: 0.2em;
    margin: 20px auto 10px;
    padding: 20px 0 0 55px;
    text-align: justify;
    width: 800px;
}

#contactsec {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

label {
    color: #7C858E;
    font-family: "Hiragino Kaku Gothic Pro","Times New Roman",Times,serif;
    font-size: 12px;
}

.lists {
    color: #000000;
    font: 12px/20px Tahoma,Geneva,sans-serif;
    margin-top: 9px;
}

input, select {
	border: medium none;
    vertical-align: middle;
}

.text, textarea, .dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #C8C8C8;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #999999;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}
.submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #030303;
    cursor: pointer;
    font-family: lato,"Hiragino Kaku Gothic Pro",sans-serif;
    font-weight: lighter;
    padding: 6px 15px;
}

.submit:hover {
	background-color: #363947;
	color: #ffffff;
    cursor: pointer;
    padding: 6px 15px;
	transition: all 0.5s ease-out 0s;
    font-family: lato, "Hiragino Kaku Gothic Pro", sans-serif;

}

.conlist {
	display: inline-block;
    padding: 20px;
    width: 48%;
}

#comment {
	display: inline-block;
    padding: 20px;
	width: 96%;
	font: 12px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.submitb {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 93%;
}

span.font {
    color: #B22222;
    font-family: monospace;
    font-size: 81%;
    margin-left: 5px;
}

.error {
    color: #EA5C5C;
}

.thanks {
    clear: both;
    font: 14px/40px serif;
    height: auto;
    margin: 150px auto 50px;
    text-align: center;
    width: 800px;
}
.backtotop:hover {
	text-decoration: underline;
}
	
/* ---------- Access Page Section ---------- */

/* -Info Window- */
#firstHeading {
	font: lighter 19px aaargh, sans-serif;
	margin: 10px auto;
}
.infow {
	font: 12px/20px lato, Tahoma;
}

#content {
	height: 150px;
}

/* ---------- Footer Section ---------- */

/* フッターの背景 */
#footer {
	clear: both;
    height: 60px;
    padding: 5px 0;
    width: 100%;
}
/* フッターの表示領域 */
div#footerin{
    height: 30px; /* 縦幅の指定100px */
    width: 970px; /* 横の幅970px */
    margin: 11px auto; /* 中央揃え */
}	
#footer p {
    float: right;
    margin: 6px auto;
    padding-left: 15px;
    width: 170px;
}	
.fsnsi {
     float: right;
     margin: 3px 5px;
}
#footer img:hover{
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

#latest {
    float: left;
    padding-top: 4px;
}

#rss {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}
#feed {
	margin: 0;
	padding: 0;
}
#feed li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

#social {
	float: right;
}

.cf {
    display: block;
    overflow: hidden;
}
.cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/* ---------- Omersa Page Section ---------- */
#omssec {
	width: 100%;
	height: auto;
}
#omersa {
    height: auto;
    margin: auto;
    width: 50%;
}

#omersa img {
    height: auto;
    margin: 80px 0 50px;
    width: 100%;
}

/* -Title- */

#omstitle {
    font: lighter 22px/25px aaargh,idealist,Lato,sans-serif,georgia;
    height: auto;
    letter-spacing: 0.2em;
    margin: 20px auto 40px;
    padding-top: 20px;
    text-align: center;
    width: 800px;
}

/* -JAPANESE- */

#omersajp {
    font: lighter 13px/25px sans-serif,georgia;
    height: auto;
    margin: 40px auto 10px;
    width: 790px;
}

/* -ENGLISH- */

#omersaen {
    border-top: 1px solid #f4f4f2;
    font: lighter 16px/25px Lato,sans-serif,georgia;
    height: auto;
    margin: 0 auto;
    padding-top: 13px;
    width: 800px;
}

.oms {
	padding: 10px 0;
}
.omsen {
	padding: 10px 0;
}
#omsinfvdo {
    height: auto;
    margin: 70px auto;
    width: 880px;
}
#omsleft {
	float: left;
	width: 60%;
}

#omsright {
    float: right;
    font: lighter 13px/30px sans-serif;
    height: auto;
    padding-top: 50px;
    width: 35%;
}

#catalog {
    margin: auto;
    padding: 70px 0 20px;
    text-align: center;
    width: 80%;
}