@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
body {/* ページ全体の設定 */
	font: 13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;/* YUI3 CSS Fonts */









 *font-size:small;/* IE用 */
 *font:x-small;/* IE 互換モード用 */	
	color: #333;
	background: #FFFFFF; /* Old browsers */
	/*background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(237,244,237,1.00)),color-stop( 55% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: -moz-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: -o-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: linear-gradient(0deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);*/
}
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	clear: none;
	float: none;
}
/*↓以下　contentsの項目↓*/
#contents {
width: 100%;
}
.profile h2{
	font-size:123.1%;
	color:rgba(88,88,88,0.70);
}

.profile dt{
	font-size:123.1%;
}

.profile ul{
	width:85%;
	font-size:93%;
	line-height:1.7em;
}
.pro_p {
	clear:both;
	font-size:93%;
	line-height:1.7em;
}
.kimono_eps h3{
	font-size:108%;
}
.sri_img{
	width:45%;
	float:left;
	margin-right:10px;
}

.sri1{
	font-size:93%;
	line-height:1.7em;
}


/*↑contentsの項目↑*/
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#contents {
width: 100%;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*↓以下　contentsの項目↓*/
#contents {
width: 100%;
}
.kimono_eps h3{
	font-size:123.1%;
}

.sri1{
	font-size:100%;
	line-height:2em;
}


.sri_img{
	float:left;
	margin-right:10px;
	width:300px;
}


/*↑contentsの項目↑*/
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;

}
