@charset "utf-8";

/*
************************************************************************
* 各種デザイン設定
* @copyright Revolme Inc.
* 
* 基本となる色設定を行う。
************************************************************************
*/

/*
************************************************************************
 ヘッダー
************************************************************************
*/
#pcHeader .navi ul,
#pcHeader .sns,
#mobileMenu .navi ul,
#mobileMenu .sns
{
	border-radius:0.5em;
	border:1px solid;
}

/*
************************************************************************
 フッター
************************************************************************
*/
#footer
{
	border-top:1px solid;
}
#footer-contents .sitemap
{
	border-radius:0.5em;
}
#footer-contents .sitemap
{
	border:1px solid;
}


/*
************************************************************************
 段落
************************************************************************
*/
.section
{
	border-bottom:1px solid;
}
.section:last-child
{
	border-bottom:0px solid;
}

/*
************************************************************************
 ページタイトル
************************************************************************
*/
#title
{
	border-bottom:1px solid;
}
#title .anchor ul li a:hover,
#title .anchor ul li.active a
{
	border-bottom:1px solid;
}


/*
************************************************************************
 ギャラリー
************************************************************************
*/
.gallery .gallery-list .gallery-list-item
{
	border:1px solid;
	border-radius:0.5em;
}
.gallery .gallery-list .gallery-list-item:hover
{
	border:1px solid;
}
.gallery .gallery-list .gallery-list-item .thumbnail
{
	border-bottom:1px solid;
}

/*
************************************************************************
* バナーボタン
************************************************************************
*/
.banner-button
{
	border-radius:0.5em;
}

/*
************************************************************************
* ボタン
************************************************************************
*/
.button
{
	border:2px solid;
}


/* ################################################################################################ */
/* ## 中型                       ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1200px) {
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	/*
	************************************************************************
	 BODY
	************************************************************************
	*/
	body
	{
		font-size:2.2rem;
	}
}