/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*--------ここまでリセットCSS-----------*/


body {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1000px; /*←大きくするとフッターの位置を下げる*/
    box-sizing: border-box;
}
.mainlogo {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.leftbox {
    width: 730px;
    float: left;
    position: relative;
    height: auto;
}
.side {
    width: 240px;
    float:right;
	border: 1px solid #073DF6;
    padding-bottom: 30px;
}
.subucon {
    width: 340px;
    background-color:#8002FB;
	margin: 3px;
	text-align: left;
    padding: 3px;
    border-radius: 5px;/*←紫枠の角、数字がでかいほど丸くなる*/
    display: inline-block;
}
.INSTcon {
    width: 350px;
    background-color:#8000FF;
	margin: 3px;
	text-align: left;
    padding: 3px;
    border-radius: 5px;/*←紫枠の角、数字がでかいほど丸くなる*/
    display: inline-block;
}
/*紫枠内のアイコンを左寄せしてる*/
.img-right {margin-left: auto;}

.book2 {
    width: 240px;
    background: #E74C4E;
    display: inline-block;
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

/*ここからSP版*/
@media screen and (max-width: 768px) {
body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 2000px; /*←大きくするとフッターの位置を下げる*/
    box-sizing: border-box;
}
.mainlogo img {
    width: 100%;
}
.leftbox {
    width: 100%;
    float: left;
    position: absolute;
    height: auto;
}
.side {
    width: 100%;
	height: auto;
    position: relative;
    left: 0;
    top: 1300px;
	border: 1px solid #8000FF;
    padding-bottom: 60px;
}
.subucon {
    width: 340px;
    background-color:#8002FB;
	margin: 3px;
	text-align: left;
    padding: 3px;
    border-radius: 5px;/*←紫枠の角、数字がでかいほど丸くなる*/
    display: inline-block;
}
/*紫枠内のアイコンを左寄せしてる*/
.img-right {margin-left: auto;}
footer {
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}
}
footer {
    width: 100%;
    background-color: #89c7de;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}





/*猫ページのやつはいったん猫ページにいる*/
	

