@charset "UTF-8";

/*---------------------------------------------
	reset style kugayama
  ---------------------------------------------*/
html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	margin-bottom:20px;
}
.h2-white {
	color:#FFFFFF;
}
.h2-18px-center {
	font-size: 18px;
	text-align: center;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-style: normal;
	margin-top: 30px;
}
hr {
	max-width: 100px;
	border: 0;
	border-top: 2px solid #000000;
	text-align: center;
	margin-bottom: 60px;
}
.hr-50 {
	max-width: 50px;
	border: 0;
	border-top: 2px solid #000000;
	text-align: center;
	margin-bottom: 30px;
}
.hr-50-left {
	border-top: 2px solid #000000;
	margin-bottom: 15px;
	text-align: left;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	margin-top: 10px;
	display: block;
	margin-left: 1px;
	max-width: 50px;
}
.hr-white {
	max-width: 100px;
	border: 0;
	border-top: 2px solid #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
}
.section-divider {
	display: block;
	width: 14%;
	margin: 30px auto 50px auto;
	border-top: 2px solid #000000;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
.section-divider-white {
	display: block;
	width: 14%;
	margin: 30px auto 40px auto;
	border-top: 2px solid #FFFFFF;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

@media screen and (max-width: 480px) {
	h2 {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 30px;
		text-align: center;
	}
	.h2-white {
		color:#FFFFFF;
	}
	hr {
		max-width: 50px;
		border: 0;
		border-top: 1px solid #000000;
		text-align: center;
		margin-bottom: 30px;
	}
	.hr-white {
		max-width: 50px;
		border: 0;
		border-top: 1px solid #FFFFFF;
		text-align: center;
		margin-bottom: 30px;
	}
	.section-divider {
		display: block;
		width: 14%;
		margin: 15px auto 30px auto;
		border-top: 1px solid #000000;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
	}
	.section-divider-white {
		display: block;
		width: 14%;
		margin: 15px auto 30px auto;
		border-top: 1px solid #FFFFFF;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
	}
}


/*---------------------------------------------
	body style
  ---------------------------------------------*/
body {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#333333;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.container {
	position:relative;
}
@media screen and (max-width: 480px) {
	.container {
		position:relative;
		padding-top:50px;     /* 480px以下で固定ナビゲーションの重なり分の高さをパディングを設置して重なりを解消 */
	}
}


/*---------------------------------------------
	anchor  style
  ---------------------------------------------*/
a {
	outline: none;
	font-size: 12px;
	text-decoration:none
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(231,76,60,0.92);
}
#home .header-wrap ul .nHome a,
#concept .header-wrap ul .nConcept a,
#menu .header-wrap ul .nMenu a,
#staff .header-wrap ul .nStaff a,
#shopinfo .header-wrap ul .nShopinfo a,
#blog .header-wrap ul .nBlog a {
	text-decoration: none;
	color: #FFFFFF;
	background-color:  rgba(231,76,60,1.00);
}

@media screen and (max-width: 480px) {
	a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: rgba(0,0,0,0.00)
	}
}
/*--
a:active {
	text-decoration: underline;
	color: #38bdbb;
}
--*/

@media screen and (min-width: 481px) {
		a,a:hover {
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;    /* 480px以上でスマホ固定ナビゲーションのa要素のhoverを無効化しました */
				}
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
 
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
p {
	font-size: 100%;
}
.img {
	text-align: center;
}
.text-center-14px {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
}
.text-center-14px-white {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	color:#FFFFFF;
}
@media screen and (max-width: 640px) {
	.text-center-14px , .text-center-14px-white  {
		text-align:left;
		font-size: 14px;
		line-height: 1.6em;
		padding:0 15px;
	}
	.text-left {
	padding: 0 15px 15px;
	text-align: justify;
 	}
	.menu-list {
	padding:0 15px;
	}
}

body {
	background-color: #FFF;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
/*---------------------------------------------
	 column style
  ---------------------------------------------*/
.row {
	max-width: 930px;
	margin: 0 auto;
}
@media screen and (min-width: 640px) and (max-width: 979px) {
	.row {
		padding: 0 25px;          /* 640px-979pxでサイドに25pxのパディング */
	}
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}



/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {
	margin-left: 0;
}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {
	width: 48.3870967741%;
}
.one-third {
	width: 31.1827956988%;
}
.two-third {width: 65.5913978494%;}
.one-fourth {width: 22.5806451612%;}
.one-fifth {
	width: 17.4193548387%;
	background-color:#CECECE;
}
.four-fifth {
	width: 78.4946236559%;
	background-color:#CECECE;
}
@media screen and (max-width: 480px) {
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
}

/*---------------------------------------------
	header-wrap style
  ---------------------------------------------*/
.header-wrap {
	position: absolute;
	width: 100%;
	z-index: 1000;
	height: 83px;
	background-color: rgba(255,255,255,1.00);
}
.header-wrap row {
		position: relative;
}
.logo {
	position: absolute;
	left: 30px;
	top: 20px;
}
@media screen and (max-width: 480px) {
	.logo {
		visibility:hidden;                                         /* PCで表示されているロゴをスマホでは非表示にした。 */
	}
}


.on-slider {
	width: 100%;
	z-index: 2000;
	position: absolute;
	top: 88px;
	padding-top: 0%;
	padding-right: 0;
	padding-left: 0;
	height: 100px;
	margin-top: 18%;
}
.on-slider-logo img {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 20%;
	right: 20%;
	width: 256px;
	height: 149px;
	top: 0px;
	padding-bottom: 0px;
}
.h2-on-fotorama {
	text-align: center;
	margin-bottom: 20%;
	color: #FFFFFF;
	font-size: 75px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-shadow: 1px 2px 3px #4E4E4E;
	line-height: 60%;
}
.h2-sub {
font-size:21px;
}
.h2-sub2 {
font-size:25px;
line-height:5%;
}

@media screen and (max-width: 640px) {
		.on-slider {
			width: 100%;
			z-index: 2000;
			position: absolute;
			top: 88px;
			padding-top: 0%;
			padding-right: 0;
			padding-left: 0;
			height: 50px;
			margin-top: 18%;
		}
		.on-slider-logo img {
			margin-left: auto;
			margin-right: auto;
			position: absolute;
			left: 20%;
			right: 20%;
			width: 256px;
			height: 149px;
			top: 0px;
			padding-bottom: 0px;
		}
		.h2-on-fotorama {
			text-align: center;
			margin-bottom: 20%;
			color: #FFFFFF;
			font-size: 30px;
			font-family: 'Playfair Display', serif;
			font-weight: 400;
			text-shadow: 1px 2px 3px #4E4E4E;
			line-height: 60%;
		}
		.h2-sub {
		font-size:12px;
		}
		.h2-sub2 {
		font-size:14px;
		line-height:5%;
		}
}



/*---------------------------------------------
	navigation style
  ---------------------------------------------*/
ul {
	float: right;
}
ul li {
	float: left;
}
ul li a {
	display: block;
	padding: 32px 15px 29px;
	color: #000000;
}

ul li a {
	display: block;
	padding: 32px 15px 29px;
	color: #000000;
}


/*-----------------------------------------------------------
	top-page style
  -----------------------------------------------------------*/
.top-concept {
	padding-top: 70px;
	padding-bottom: 100px;
}
.inner-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-100-bg {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F6F6F6;
}
.inner-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.inner-100-gray {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #5E5445;
}
.inner-top60 {
	padding-top: 60px;
	padding-bottom: 100px;
}
.inner-bottom60 {
	padding-top: 100px;
	padding-bottom: 60px;
}
.inner-180-30 {
	padding-top: 180px;
	padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.top-concept {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.inner-100 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.inner-100-bg {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color:#EDEDED;
	}
	.inner-100-gray {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #5E5445;
	}
	.inner-top60 {
		padding: 20px 15px 40px;
	}
	.inner-bottom60 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.inner-180-30 {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}
.container .row .img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
.container .row .img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 145px;
	height: 45px;
	margin-bottom: 40px;
	}
}


/*-----------------------------------------------------------
	top-info2 Style
  -----------------------------------------------------------*/
.top-info2 {
	padding-top: 70px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top_shopInfo_bg.jpg);
}
.top-info2-center {
display:block;
max-width:400px;
margin-left:auto;
margin-right:auto;
padding-left:30px;
}
@media screen and (max-width: 640px) {
	.top-info2 {
		padding: 40px 15px;
	}
	.top-info2-center {
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	}
}
.text-18px {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.top-info2 dt {
	clear: both;
	float: left;
	width: 90px;
	padding: 12px 0;
	font-size: 93%;
	color: #FFFFFF;
}
.top-info2 dd {
	margin: 0;
	padding: 10px 0 12px 100px;
	color: #FFFFFF;
}





/*-----------------------------------------------------------
	top-infomation Style
  -----------------------------------------------------------*/
.top-infomation {
	padding-top: 70px;
	padding-bottom: 100px;
}
.top-news {
display:block;
max-width:630px;
margin-left:auto;
margin-right:auto;
}
@media screen and (max-width: 640px) {
	.top-infomation {
		padding: 40px 15px;
	}
}



.text-18px {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.top-infomation dt {
	clear: both;
	float: left;
	width: 90px;
	padding: 12px 0;
	font-size: 93%;
}

.top-infomation dd {
	margin: 0;
	padding: 10px 0 12px 90px;
	border-top: 1px solid #d9d9d9;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
}

/*-----------------------------------------------------------
	footer-nav style
  -----------------------------------------------------------*/
.footer-nav {
	background-color: #373737;
	height: 83px;
	position: relative;
}
@media screen and (max-width: 480px) {
	.footer-nav {
	background-color: #373737;
	height: 0px;
	position: relative;
	margin-top: -50px;
	}
}

.footer-nav li a {
	color: #FFFFFF;
	opacity:0.65;
}
.footer-nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.00);
	opacity:1.0;
}
#home .footer-nav ul .nHome a,
#concept .footer-nav ul .nConcept a,
#menu .footer-nav ul .nMenu a,
#staff .footer-nav ul .nStaff a,
#shopinfo .footer-nav ul .nShopinfo a,
#blog .footer-nav ul .nBlog a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.00);
	opacity:1.0;
}




@media screen and (max-width: 480px) {
	.footer-nav ul {
	float: left;
	width: 100%;
	text-align: center;
	border: 0px 0px 1px 0px;
	border-color: #978A5C;
	margin-top: 82px;
	}
	.footer-nav li {
	float: none;
	width: 100%;
	text-align: center;
	background-color: #444444;
	}
	.footer-nav li a {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	border-top: 1px solid #C7C1B9;
	opacity:1.0;
	}
	.footer-nav li a:hover {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	border-top: 1px solid #C7C1B9;
	background-color: #555555;
	}
}

.face-icon {
loat: left;
width: 50px;
height: 50px;
display: block;
border: 2px solid white;
border-radius:100%;
background-image:url(../img/top_facebook_icon.png);
background-repeat: no-repeat;
background-position: center center;
text-indent: -999em;
}

.a-fb{
position:absolute;
margin-left:20px;
margin-top:15px;
opacity:0.75;
}
.a-fb:hover{
position:absolute;
margin-left:20px;
margin-top:15px;
opacity:1.0;
}
.text-fb {
position: absolute;
margin-left:85px;
top:32px;
font-size:12px;
color:#FFFFFF;
}

.inner-go-top {
padding:20px 0px;

}
#footer p {
text-align:center;
}
#footer a {
	color: #444444;
	padding: 20px pxpx 0px 20px;
}
#footer a:hover {
	color: #E20000;
    background-color:#EB6781;
}
.credit {
	font-size: 12px;
	color: #444444;
	margin-bottom: 20px;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	h3 {
		text-align: center;
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 15px;
	}
}
.shampoo-room {
}


#gallary .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}





.wide-inner {
	background-image: url(../img/concept_key_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 100px;
	padding-top: 180px;
}
.wide-inner-menu {
	background-image: url(../img/menu_key_bg.jpg);
	background-position: center 100%;
	padding-bottom: 99px;
	padding-top: 200px;
}
.wide-inner-shopinfo {
	background-image: url(../img/shopinfo_key_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 300px;
	padding-top: 300px;
	max-height: 500px;
}
@media screen and (max-width: 480px) {
		.wide-inner {
			background-image: url(../img/concept_key_bg.jpg);
			background-repeat: no-repeat;
			background-position: center;
			padding-bottom: 100px;
			padding-top: 100px;
		}
		.wide-inner-menu {
			background-image: url(../img/menu_key_bg.jpg);
			background-position: center;
			padding-bottom: 80px;
			padding-top: 80px;
		}
		.wide-inner-shopinfo {
			background-image: url(../img/shopinfo_key_bg.jpg);
			background-repeat: no-repeat;
			background-position: center;
			padding-bottom: 141px;
			padding-top: 80px;
		}
}

.menu-list {
	display: block;
	max-width: 440px;
	margin:0 auto;
}
.menu-list-small {
	font-size: 10px;
}
.menu-list dt {
	clear: both;
	float: left;
	max-width: 350px;
	padding: 6px 0;
	font-size: 93%;
	color: #FFFFFF;
}

.menu-list dd {
	margin: 0;
	padding: 6px 0 6px 90px;
	color: #FFFFFF;
	text-align: right;
}
.shopinfo {
	display: block;
	max-width: 440px;
	margin:0 auto;
}
.shopinfo dt {
	clear: both;
	float: left;
	max-width: 350px;
	padding: 6px 0;
	font-size: 93%;
	color: #000000;
}

.shopinfo dd {
	margin: 0;
	padding: 6px 0 6px 90px;
	color: #000000;
	text-align: right;
}


.menu-list-text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 440px;
	margin-top: 20px;
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
}
@media screen and (max-width: 480px) {
	.menu-list-text {
		color: #FFFFFF;
		font-size: 12px;
		text-align: left;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 440px;
		margin-top: 20px;
		border-top: 1px dotted #FFFFFF;
		padding: 20px 15px 0px;
	}
}

.item-name {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.item-info {
margin-top:10px;
margin-bottom:30px;
}
.item-price {
	font-size:12px;
}

/*-----------------------------------------------------------
	staff style
  -----------------------------------------------------------*/
.staff-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 480px) {
	.item-name {
		padding:10px 15px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #000000;
	}
	.item-info {
	margin-top:10px;
	margin-bottom:30px;
padding-left:15px;
padding-right:15px;
	}
	.item-price {
 	padding:0px 15px;
	}
	.staff-img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
}



.staff-name {
text-align:center;
font-size:16px;
padding-top:10px;
}
.staff-role {
text-align:center;
font-size:12px;
color:#DC181B;
margin-bottom:10px;
}
.staff-shift {
text-align:left;
font-size:12px;
color:#616161;
margin-top:10px;
}

.staff-name-owner {
text-align:left;
font-size:16px;
padding-top:30px;
}
.staff-role-owner {
text-align:left;
font-size:12px;
color:#DC181B;
margin-bottom:10px;
}

@media screen and (max-width: 480px) {
	.staff-message {
		padding:0px 20px 25px;
	}
	.staff-name-owner {
	text-align:center;
	font-size:16px;
	padding-top:10px;
	}
	.staff-role-owner {
	text-align:center;
	font-size:12px;
	color:#DC181B;
	margin-bottom:10px;
	}
	.staff-shift {
	text-align:left;
	font-size:12px;
	color:#616161;
	margin:0px 20px;
	}
}

#staff .container .top-infomation .row {
	padding: 15px 15px 5px;
	background-color: #EAEAEA;
	margin-bottom: 0px;
}

#staff .container .inner-100 .top-infomation {
	margin-bottom: -100px;
}

/*-----------------------------------------------------------
	shop style
  -----------------------------------------------------------*/
.shopinfo-icon {
	font-size: 28px;
	text-align: center;
	display: block;
}
.shopinfo-contact {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	text-align: center;
}
.shopinfo-content {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:24px;
	text-align:center;
}
.tel-link {
color:#FFFFFF;
font-size:24px;
}
.menu-all {
	background-image: url(../img/services-border.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.menu-all-last {
	background: url(../img/services-border.png) repeat-x top,url(../img/services-border.png) repeat-x bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
		.menu-all-last {
			background-image: url(../img/services-border.png);
			background-repeat: repeat-x;
			padding-bottom: 20px;
		}
}

.menu-all-h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
}
.menu-head {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 26px;
	padding-bottom: 12px;
}
.menu-head-small {
	font-size: 12px;
}
.menu-all dt {
	clear: both;
	float: left;
	max-width: 350px;
	color: #000000;
}
.menu-all dd {
	color: #000000;
	text-align: right;
}
.menu-all-last dt {
	clear: both;
	float: left;
	max-width: 350px;
	color: #000000;
}
.menu-all-last dd {
	color: #000000;
	text-align: right;
}
.menu-head-ja {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 26px;
	padding-bottom: 12px;
}
.color-line-60px {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E46363;
}
.shopinfo-key-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




 #home .container .top-infomation .row .top-news dl dd a {
	font-size: 100%;
	color: #333333;
	text-decoration: underline;
}
 #home .container .top-infomation .row .top-news dl dd a:hover {
	font-size: 100%;
	color: #E74C3C;
	background-color: #FFFFFF;
	text-decoration: none;
}


 /* ------ よく使うCSS start ------ */
img {
    max-width:100%;
}
 
table {
    width:100%;
}
