@charset "utf-8";

/*------------------------------------------------------------
	品川成明サイト　共通
------------------------------------------------------------*/

/*-----common------*/

div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

body{
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
    line-height: 1.5em;
    text-align: justify;
}

#wrapper{
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#main{
	width: 96%;
    height: auto;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
}

a:link {color:#666666;} /*未訪問リンク*/
a:visited {color:#999999;} /*訪問済みリンク*/
a:hover {color:#ffffff; background:#0000cc;} /*カーソルが乗っているリンク*/
a:active {color:#ffffff;} /*クリック中のリンク色*/

h2{
	font-size: 1.3em;
	border-bottom: 6px groove #cccccc;
	width: 90%;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 1em;
	color: #666666;
	text-align: left;
}

h1 a:hover{
    background-color: #ffffff;
}

/*-----header------*/

#header{
	width: 100%;
	height: auto;
	border-bottom: 5px solid #777777;
	background-color: #ededed;
}

#header .language_btn{
	margin: 4px 10px;
	padding: 1px 6px 0 6px;
	border: 1px solid #999999;
	margin-right: 2px;
	font-size: 0.7em;
	line-height: 1.4em;
	text-decoration: none;
	color: #fff;
	float: left;
}

#header .lbtn_on{
	background-color: #777777;
}

#header .lbtn_off{
	background-color: #ffffff;
}

#header a{
	color: #777777;
}

.social_m{
	font-size: 0.7em;
	list-style-type: none;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

.social_m li {
	padding: 0 3px 0 7px;
	border-left: 1px #999999 solid;
	display: inline-block;
	line-height: 1.4em;
}
.social_m li:first-child {
	border-left: none;
}

/*-----menu------*/

#top_menu{
	list-style-type: none;
	text-align: right;
	margin-top: 8px;
	margin-right: 7px;
}

#top_menu li{
	padding: 0 3px 0 7px;
	font-size: 0.7em;
	display: inline;
	border-left: 1px #999999 solid;
	line-height: 1.4em;
}

#top_menu li:first-child {
	border-left: none;
}

/*-----main------*/

#title{
	margin-top: 1.2em;
	float: left;
	margin-left: 0.5em;
}

#title h1{
	display: inline-block;
}

#title div{
	font-family: serif;
	font-size: 1.8em;
	color: #999999;
	font-style: italic;
	display: inline-block;
	margin-left: 0.2em;
	vertical-align: 25%;
	font-weight: bold;
}

@media screen and (max-device-width: 490px) {/* スマホ用 */ 
#title{
	text-align: center;
}
}

#title_box{
	border-bottom: 3px double #ccc;
}

#title_box a{
	display: inline-block;
}

#title_box h1 a:hover{
    background-color: #ffffff;
}

/*-----footer------*/
#footer{
	border-top: 3px double #ccc;
	color: #888888;
	font-size: 0.6em;
	text-align: center;
}

.mail{
	width: 175px;
	height: auto;
	padding-top: 0.5em;
	margin-left: 2em;
	margin-bottom: -0.3em;
}

#footer a:hover{
	background:#ffffff !important;
}


/*-----SNS------*/

.twitter_box{
	width: 95%;
	margin: 18px auto;
}

.tw_btn{
	margin: 18px auto;
}
