@charset "utf-8";

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Basic Settings
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	font-size: 0;
	line-height: 0;
}
body #container {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #5D5946;
  line-height: 1.6;
  font-size: 14px;
}
a {
  color: #6D6A57;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
	color: #94917D;
}
.titInner h1 strong a {
    text-decoration: none;
    color: #ffaca9;
}
strong { font-weight: bold; }
ol, ul { list-style: none; }
img { vertical-align: bottom; }
#album-link img {
    vertical-align: middle;
}
blockquote {
	border-left: 5px solid #006699;
	padding: 37px 10px 10px;
	margin: 0 20px;
	background: #dbdad2 url(//admin.ti-da.net/_img/official_01/img/blockquote_bg.png) 3px 3px no-repeat;
}
.clr { width:100%; }
.clr:after {
	content: "";
	display: block;
	clear: both;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

img.sm_profile_on {
    display: none;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Header
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#headerGlobal {
  width: 100%;
  min-width: 980px;
  background: #fff;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 999;
}
#headerGlobal hgroup {
	width: 980px;
	height:70px;
	margin: 0 auto;
	padding: 0;
  position: relative;
}
#headerGlobal hgroup h1 {
	font-size: 26px;
	font-weight: bold;
	/*margin: 0 0 0 14px;*/
	display: inline;
}
#headerGlobal hgroup h2 {
	margin: 8px 0 4px 8px;
  font-size: 12px;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Gnavi
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#headerGlobalNav {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
#headerGlobalNav ul li {
	float: left;
	position: relative;
}
#headerGlobalNav ul li ul {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
}
#headerGlobalNav ul li ul li {
	float: none;
	font-size: 14px;
	line-height: 0;
}
#headerGlobalNav ul li ul li a {
	display: block;
	width: 200px;
	color: #7b7867;
	padding: 10px 15px;
  background: #fff;
  background: rgba(255,255,255,0.85);
	line-height: normal;
	text-decoration: none;
}
#headerGlobalNav ul li ul li a:hover {
	color: #ffaca9;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Ccontents Layout
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

*:first-child+html #contents { height: 1%; } 

#contents {
	width: 920px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 20px 50px;
}

#contentsMain {
	float: left;
	width: 480px;
}

#contentsMain img {
	max-width: 460px;
}

#contentsSub_02 {
	float: right;
	width: 200px;
    padding-right: 10px;
}

#contentsSub_01 {
	float: left;
	width: 200px;
	margin-right: 50px;
    padding-left: 10px;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		contentsMain Style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#breadcrumb {
	width: 960px;
	margin: 20px auto 10px;
	font-size: 12px;
	height: 29px;
}
.top #breadcrumb {
	margin: -90px auto 10px;
}

#breadcrumb a {
  text-decoration: underline;
}

#breadcrumb img {
	vertical-align: text-bottom;
}

*:first-child+html article { height: 1%; } 

#articleInner {
	border-bottom: 1px dotted #d2cfbf;
	padding: 20px 0;
	margin: 0 0 10px 0;
}

#articleInner section { text-align: left; }

.headerArticle {
	margin-bottom: 20px;
}

.headerArticle h1 {
	width: 440px;
	font-weight: bold;
	line-height: 1.1;
	font-size: 14px;
}
.headerArticle h1 a {
    font-size: 12px;
    text-decoration: none;
}

section .titInner time {
	font-size: 13px;
    background: #ffaca9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

/*section .titInner {
	margin: 0 0 20px 0;
	padding: 0 0 5px 55px;
	min-height: 55px;
	background: url(//blog.ti-da.net/common/template/official_10/img/icon_002.gif) 0 0 no-repeat;
}*/

section .titInner {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	min-height: 55px;
}

section h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1;
}
section h1 a {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1;
}

.entrybottom {
	margin: 30px 0 0;
}

.readMore a {
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.commentsBox {
	float: right;
	text-decoration: none;
	font-weight: bold;
}

#footerContents {
	width: 480px;
	height: 42px;
	margin: 20px auto 0px;
	position: relative;
}
#footerContents #prevPage a, #footerContents #nextPage a {
	position: absolute;
	top: 0;
	width: 140px;
	background-color: #6d6a57;
	text-align: center;
	padding: 6px 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footerContents #prevPage a {
	left: 0;
}
#footerContents #nextPage a {
	right: 0;
}
#footerContents #brogTop a {
	position: absolute;
	left: 170px;
	top: 0;
	width: 140px;
	background-color: #6d6a57;
	text-align: center;
	padding: 6px 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footerContents #prevPage a:hover, #footerContents #nextPage a:hover { background-color: #94917D; }
#footerContents #brogTop a:hover { background-color: #94917D; }

#pageTop {
	margin: 30px 0 30px 0;
	text-align: right;
}

#pageTop a {
	text-decoration: none;
	font-weight: bold;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		comments Style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.comments-head {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #b5aa8b;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 20px 0 10px;
	color: #ffffff;
}

.comments-body {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border: 1px solid #b5aa8b;
	padding: 10px;
}

.comments-post {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	background: #b5aa8b;
	padding: 5px 10px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

.comments-post a {
	color: #ffffff;
}

#commentTable {
	width: 100%;
	margin: 30px 0 0 0;
}

#commentTable th {
	width: 30%;
	padding: 5px 10px;
	border-top: 2px solid #6d6a57;
	vertical-align: middle;
	font-weight: bold;
}

#commentTable td {
	width: 70%;
	padding: 5px 10px;
	border-top: 1px solid #6d6a57;
}

#commentTable textarea {
	border: 1px solid #6d6a57;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#commentTable input, {
	border: 1px solid #6d6a57;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



#commentTable input#submit {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ADA180;
	padding: 5px 10px;
	color: #ffffff;
	cursor: pointer;
border: none;
}

#commentTable input#submit:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #CCC09F;
	border: none;
	color: #fff;
}

#commentTable .comments-body {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}

section img.img {
  padding: 9px;
  border: 1px solid #dbdad2;
  max-width: 560px;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		contentsSub style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.sidetitle {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #d2cfbf;
  background: url(http://img05.ti-da.net/usr/s/t/a/starland/side_titleicon.png) 0 3px no-repeat;
}

.side {
	margin-bottom: 40px;
	margin-top: 0;
	font-size: 14px;
	background-color: #FFF;
}

.sidebody {
	margin-bottom: 5px;
}

.custom1,
.custom2,
.custom3,
.custom4,
.custom5 {
	margin-bottom: 40px;
}

ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 40px;
	background-color: #FFF;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCC;
	font-size: 12px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #4fc0d0;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCC;
}
/* 日曜日 */
.sun{
	color: #F44336;
}
/* 土曜日 */
.sat{
	color: #0672C7;
}
/* 今日 */
.today{
	font-weight: bold;
}

.calendard a {
        color: #4fc0d0;
}
.sidebody .photo {
    text-align: center;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Footer
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footerGlobal {
	text-align: center;
 /*  background: #6d6a57; */
center -220px no-repeat;
	padding: 30px 0;
	color: #ffffff;
}

#footerGlobal a {
	color: #ffffff;
}

#footerGlobal p {
	margin-bottom: 20px;
}

#footerGlobal small {
	font-weight: bold;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		ここから追加
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/*メイン全体*/
#contents {
  width: 980px;
  margin: 0 auto;
  background: none;
  padding: 15px 0 50px 0;
}

.category-bar {
  background-color: #b5aa8b !important;
}

/*topお知らせ*/
#contentsMain .notice {
	border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#contentsMain .notice span {
	color: #b5aa8b;
  font-weight: bold;
  display: block;
}


/*サブ*/
#contentsSub {
  float: left;
  width: 200px;
}

/*カレンダー*/
.calendarhead {
  font-size: 12px;
}
.calender {
  background: none;
}
table.calendartable {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  font-size: 12px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
table.calendartable tr {
	border-bottom: 1px dotted #ccc;
}
td.calendard {
  text-align: center;
  border: none;
  padding: 4px;
}
table.calendartable th.calendarwd {
	color: #fff;
}
table.calendartable th.sun {
  color: #FFF;
}
table.calendartable th.sat {
  color: #FFF;
}
.calendarwd {
  background-color: #4fc0d0;
  padding: 5px;
}

/* #slide
------------------------- */
#slide_wrap {
  width: 100%;
  min-width: 980px;
  height: 530px;
  top: 0px;
  position: relative;
  z-index: 1;
  background: #fff url() center top no-repeat;
}
#slide {
width:980px;
height:420px;
margin:0 auto ;
position:relative;
top: 110px;
}
#slide img {
position:absolute;
left:0;
top:0;
}

/* キャンペーンplugin
------------------------- */
#campaign {
  border: 1px solid #dfd4b8;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#campaign h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 33px;
  margin: 0 0 10px 0;
  background: url(http://img05.ti-da.net/usr/s/t/a/starland/side_titleicon.png) 0 3px no-repeat;
}
#campaign .c_box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #d2cfbf;
}
#campaign .c_box .title, #campaign .c_box .title a {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#campaign .c_box .text {
  margin-left: 10px;
  display: block;
}


/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}

/* =======================================
	Tsuika
======================================= */

div#main_image {
    margin: 0 auto;
    width: 980px;
    height: 400px;
    padding-top: 69px;
}

div#main_image img {
    width: 980px;
}

#album-link {
    background-color: #4fc0d0!important;
}
a#clogBtnAlbum {
    text-decoration: none;
}

.place_name {
    font-size: 14px;
    font-weight: bold;
    background: url(http://img05.ti-da.net/usr/s/t/a/starland/side_titleicon.png) 0 3px no-repeat;
padding: 0 0 0 20px;
    border-bottom: 1px dotted #d2cfbf;
    /*margin-bottom: 20px;*/
}

.place_name img {
    vertical-align: top;
}
.nickname {
    text-align: center;
}

.side_pr_list {
    font-size: 13px;
    padding: 0px 8px;
    border-left: 4px #4fc0d0 solid;
    margin-bottom: 10px;
}

.sidebody .message a {
    word-wrap: break-word;
}

.ichura_bo_top {
    /*border-top: 1px dotted #D5D5D5;*/
    /*margin-top: 10px;*/
    /*padding-top: 3px;*/
    text-align: center;
}
.tel_text_decoration {
    text-decoration: none;
}
.mail_text_decoration {
    color: #3E4FCE;
}
.mail_text_decoration:hover {
    color: #3E4FCE;
}
.kiji_otoiawase_tenmei {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}
.kiji_otoiawase_tenmei2 {
    font-size: 15px;
    vertical-align: 2px;
    font-weight: bold;
    line-height: 1;
}
.kiji_otoiawasesaki {
font-size: 16px;
    font-weight: bold;
    color: #4fc0d0;
}
.message a {
    text-decoration: none;
}
h2.top_introduce {
    width: 960px;
    padding-top: 10px;
    margin: 0 auto;
}

.kiji_button_p {
text-align: center;
}

.kiji_button_p a {
margin: 0px;
width: 280px;
display: inline-block;
padding: 20px 0;
outline: 0px;
border-radius: 30px;
border: 0px currentColor;
border-image: none;
color: #fff!important;
letter-spacing: 1.5px;
font-family: inherit;
font-size: 18px;
font-weight: bold;
text-decoration: none;
vertical-align: baseline;
background-color: #4fc0d0;
}

/* =======================================
	メニュー
======================================= */
.menu_bg_title {
    color: #4fc0d0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
}
.menu_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1;
    border-left: 5px solid #ffaca9;
    padding-left: 10px;
    display: block;
}
.menu_titleicon {
    background: url(http://img05.ti-da.net/usr/s/t/a/starland/menu_titleicon.gif) 0 -1px no-repeat;
    display: inline-block;
    padding-left: 30px;
}
.menu_title2 {
    border-bottom: 2px dotted #DADF00;
    display: inline-block;
    padding: 3px 10px 10px 18px;
    font-weight: bold;
    background: url(http://img04.ti-da.net/usr/h/a/p/happyrakky/menu_icons2.gif) 0 6px no-repeat;
}
.menu_icons {
    background: url(http://img05.ti-da.net/usr/s/t/a/starland/side_titleicon.png) 0 2px no-repeat;
    display: inline-block;
    padding-left: 18px;
}
/* 
.menu_icons2 {
    vertical-align: middle;
    padding-bottom: 3px;
}
 */
/* =======================================
	ブログキャンペーン
======================================= */
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
a.lightbox_Close {
    float: right;
    display: block;
    margin-bottom: 10px;
}
span.white_content_text {
    padding-top: 5px;
    display: inline-block;
}
span.menu_icons2 {
    background: url(http://img05.ti-da.net/usr/s/t/a/starland/side_titleicon2_01.gif) 0 4px no-repeat;
    display: inline-block;
    padding-left: 18px;
}
.side_button_p {
    text-align: center;
}
.side_button_p a {
    margin: 0px;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    outline: 0px;
    border-radius: 30px;
    border: 0px currentColor;
    border-image: none;
    color: #fff!important;
    letter-spacing: 1.5px;
    font-family: inherit;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    background-color: #ffaca9;
}
span.campaign_sousyoku_sen {
    text-decoration: line-through;
}
.white_content2 img {
    max-width: 100%!important;
}
.white_content2 {
    right:29.5%;
}
img.img_border {
    margin-bottom: 5px;
}
/* =======================================
	Googleカレンダー
======================================= */
 
.big-container {
        display: block;
}

.small-container {
        display: none;
}

/* =======================================
	メイン画像下カウンター設定
======================================= */
.contents_counter {
    margin-top: 10px;
    overflow: hidden;
}
.contents_counter .access_title {
    float: right;
    width: 470px;
}
.contents_counter .access_title span.accsess_name {
    float: left;
}
.contents_counter .access_title .sidebody {
    float: left;
    margin-left: 20px;
}
.contents_counter .side .sidebody:nth-of-type(1) .counter_format {
    color: #4fc0d0;
    font-weight: bold;
}
.contents_counter .side .sidebody:nth-of-type(2) .counter_format {
    color: #90c922;
    font-weight: bold;
}
.contents_counter .side .sidebody:nth-of-type(3) .counter_format {
    color: #ffc107;
    font-weight: bold;
}
/* =======================================
	オリジナルコンテンツ
======================================= */

.original_contents {
    width: 980px;
    margin: 25px auto;
    overflow: hidden;
}
.original_contents h3 {
    font-size: 20px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}
ul.wish {
    overflow: hidden;
    padding: 0 5px;
}
.original_contents .wish li {
    float: left;
    width: 240px;
    margin: 10px 0;
}
.original_contents .wish dl dt {
    float: left;
    margin-right: 5px;
}
.wish a {
    text-decoration: none;
}
ul.osusume_contents {
    overflow: hidden;
    margin-top: 20px;
}
.osusume_contents li {
    float: left;
    margin-right: 10px;
}
.kokuchi {
    width: 400px;
    padding-top: 20px;
    margin: 0 auto;
    display: block;
}
.kokuchi img {
    width: 400px;
}

/* =======================================
	サイドバー
======================================= */
a.side_tenposyoukai {
    margin: 0 auto;
    width: 150px;
    display: block;
    padding: 10px 0;
    outline: 0px;
    border-radius: 10px;
    color: #fff!important;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #4fc0d0;
    text-align: center;
    font-size: 13px;
}
.side_tenposyoukai img {
    vertical-align: middle;
    margin-left: 10px;
    padding-bottom: 2px;
}
ul.right_contents {
    margin-top: 20px;
}
.right_contents li {
    margin-bottom: 10px;
}
ul.right_contents2 {
    /*margin-top: 20px;*/
}
.right_contents2 li {
    margin-bottom: 50px;
}
img.sm_profile_on2 {
    width: 170px;
}
.insta {
    text-align: center;
}
/* =======================================
	共通
======================================= */
.margin_zero {
    margin: 0!important;
}
.titInner strong {
    color: #ffaca9;
}
.saideimg_center {
    text-align: center;
    display: block;
}
.pr_name {
color: #fff;
    text-align: center;
    display: block;
    background: #4fc0d0;
    padding: 5px 0;
}
.close-btntop {
    display: none;
}
img.logotop {
    padding-left: 5px;
}


/* =======================================
	スライダー
======================================= */
    .slider {
        width: 100%;
    }

    .slick-slide {
      /*margin: 0px 20px;*/
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


span.pc_none {

    display: none;
}

.plugin2 img.saide_primgs {
    margin-bottom: 20px;
}

.plugin2 {
    margin-top: -20px;
}

/* =======================================
	カテゴリー
======================================= */
.catebox {
    margin-top: 20px;
}
.catebox .catephoto img {
    max-width: 100%!important;
}

/* =======================================
	cssのみのスライダー
======================================= */

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 980px;
  height: 345px;
}
