@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* basic */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 100%;
	position: relative;
}
body,h1,h2,div,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	list-style-image:none;
}
img {
	vertical-align: bottom;
	border:0;
	margin:0;
	padding:0;
}
/* basic */

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
	display: block;
}
.fluid h1 img {
	max-width: 100%;
	margin-bottom: 10px;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.fluidList img {
	max-width: 100%;
}
#wrapper {
	background: url(../img/bg_01.gif) repeat-x;
	min-width: 20%;
	overflow: hidden;
}
#main {
	width: 73.6842%;
	margin-left: 26%;
	margin-top: 12%;
}
#main .info {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-top: 30%;
}
#side_left {
	width: 26%;
	margin-top: 12%;
}
#main h2 {
	margin: 2% 0 0 11%;
	width: 100%;
}
#footer {
	margin: 6% 0 6% 60%;
}
/* top */
#sns_aera {
	margin: 10% 0 0 24%;
}
#top_footer {
	margin: 16% 0 0 20.5%;
}

.icon {
	float: left;
	margin: 0 30px 10px 0px
}

.icon_last {
	margin: 0 0 10px 0px
}
/* top */

/* About me */
#aboutme_main {
	width: 73.6842%;
	margin-left: 26%;
	margin-top: 12%;
}
#aboutme_main h2 {
	margin-bottom: 30px;
	margin-left: 25%;
}
#aboutme_main .text01,.text02 {
	font-size: 14px;
	line-height: 180%;
	color: #666666;
}
#aboutme_main .text02 {
	margin: 3% 0 1% 0%
}
#aboutme_footer {
	width: 73.6842%;
	margin: 2% 0 2% 26%;
	text-align: right;
}
/* About me */

/* Link */
#link_main {
	width: 73.6842%;
	margin-left: 26%;
	margin-top: 12%;
}
#link_main h2 {
	margin-left: 25%;
}
#list {
	
}
#link_main .list_box {
	border-top: solid 1px #999999;
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.list_box dl {
	border-bottom: solid 1px #999999;
	padding: 20px 0 20px 0px;
}
.list_box dt {
	color: #e75297;
	padding-right: 20px;
}
.list_box a {
	color: #e75297;
	text-decoration: none;
}
/* Link */

/* Shop */
#link_main .shop_box {
	border-top: solid 1px #999999;
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.shop_box dl {
	border-bottom: solid 1px #999999;
	padding: 20px 0 20px 0px;
}
.store {color: #666666;
}
.shop_box dt {
	color: #e75297;
	padding-right: 20px;
	float: left;
}
.shop_box a {
	text-decoration: none;
}
.shop_box dd {color: #666666;
}
/* Shop */

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.2416%;
	padding-left: 0.3791%;
	padding-right: 0.3791%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#wrapper {
	background: url(../img/bg_01.gif) repeat-x;
	background-size: contain;
}
.fluid h1 img {
	max-width: 100%;
}
.fluidList img {
	max-width: 100%;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.225%;
	padding-left: 0.3875%;
	padding-right: 0.3875%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.25%;
	max-width: 1232px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}